refactor(nvim): do not include ignored directories in vimgrep

This commit is contained in:
Price Hiller 2023-07-04 00:46:20 -05:00
parent a391a8e23b
commit c1a0979dfa
No known key found for this signature in database

View File

@ -20,7 +20,6 @@ telescope.setup({
"--line-number", "--line-number",
"--column", "--column",
"--hidden", "--hidden",
"--no-ignore",
"--smart-case", "--smart-case",
}, },
history = { history = {