refactor(nvim): allow hidden files to be searched by telescope vimgrep

This commit is contained in:
Price Hiller 2023-11-07 20:57:41 -06:00
parent 2ae3b3d8da
commit fd903a3ba2
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -68,6 +68,7 @@ return {
"--line-number", "--line-number",
"--column", "--column",
"--smart-case", "--smart-case",
"--hidden"
}, },
history = { history = {
path = "~/.local/share/nvim/databases/telescope_history.sqlite3", path = "~/.local/share/nvim/databases/telescope_history.sqlite3",