refactor(nvim): do not show hidden files in ripgrep telescope

This commit is contained in:
Price Hiller 2023-08-27 21:21:20 -05:00
parent 68656072d5
commit 6951329a50
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -67,7 +67,6 @@ return {
"--with-filename",
"--line-number",
"--column",
"--hidden",
"--smart-case",
},
history = {