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",
|
"--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",
|
||||||
|
Loading…
Reference in New Issue
Block a user