Skip to content

Commit

Permalink
fix: Fixed grep
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecollier committed Nov 10, 2023
1 parent 916bfa0 commit 6c5272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ require("lazy").setup({
if #vim.lsp.get_active_clients() == 1 and vim.lsp.get_active_clients()[1].config then
opts.cwd = vim.lsp.get_active_clients()[1].config.root_dir
end
builtin.find_files(opts)
builtin.live_grep(opts)
end

vim.keymap.set('n', '<leader>ff', find_files, {})
Expand Down

0 comments on commit 6c5272d

Please sign in to comment.