refactor(nvim): allow hidden files to be searched by telescope vimgrep
This commit is contained in:
parent
2ae3b3d8da
commit
fd903a3ba2
@ -68,6 +68,7 @@ return {
|
||||
"--line-number",
|
||||
"--column",
|
||||
"--smart-case",
|
||||
"--hidden"
|
||||
},
|
||||
history = {
|
||||
path = "~/.local/share/nvim/databases/telescope_history.sqlite3",
|
||||
|
Loading…
Reference in New Issue
Block a user