refactor(nvim): do not search in .git
directories with vimgrep
This commit is contained in:
parent
9dae85a4a3
commit
e5484551ef
@ -79,6 +79,7 @@ return {
|
|||||||
"--column",
|
"--column",
|
||||||
"--smart-case",
|
"--smart-case",
|
||||||
"--hidden",
|
"--hidden",
|
||||||
|
"--glob=!.git/*"
|
||||||
},
|
},
|
||||||
history = {
|
history = {
|
||||||
path = "~/.local/share/nvim/databases/telescope_history.sqlite3",
|
path = "~/.local/share/nvim/databases/telescope_history.sqlite3",
|
||||||
|
Loading…
Reference in New Issue
Block a user