Skip to content

Commit

Permalink
Merge pull request #102 from mistweaverco/fix/search-fallback
Browse files Browse the repository at this point in the history
fix(search): fallback
  • Loading branch information
gorillamoe authored Aug 6, 2024
2 parents f6ffcca + 73b7c67 commit 57a183d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/kulala/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ M.search = function()
if has_telescope then
telescope.extensions.kulala.search()
else
SELECTOR.select_env()
SELECTOR.search()
end
end

Expand Down

0 comments on commit 57a183d

Please sign in to comment.