refactor(nvim): do not search in .git directories with vimgrep

This commit is contained in:
Price Hiller 2024-02-19 04:40:52 -06:00
parent 9dae85a4a3
commit e5484551ef
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -79,6 +79,7 @@ return {
"--column",
"--smart-case",
"--hidden",
"--glob=!.git/*"
},
history = {
path = "~/.local/share/nvim/databases/telescope_history.sqlite3",