actually show hidden files in live grep
This commit is contained in:
parent
04296f404f
commit
092273c764
1 changed files with 13 additions and 0 deletions
|
@ -99,6 +99,9 @@ return {
|
|||
hidden = true,
|
||||
sort_lastused = true,
|
||||
},
|
||||
live_grep = {
|
||||
hidden = true,
|
||||
},
|
||||
},
|
||||
defaults = {
|
||||
file_ignore_patterns = { "node_modules", "package-lock.json", "target" },
|
||||
|
@ -108,6 +111,16 @@ return {
|
|||
["<C-k>"] = "move_selection_previous",
|
||||
},
|
||||
},
|
||||
vimgrep_arguments = {
|
||||
"rg",
|
||||
"--hidden",
|
||||
"--color=never",
|
||||
"--no-heading",
|
||||
"--with-filename",
|
||||
"--line-number",
|
||||
"--column",
|
||||
"--smart-case",
|
||||
},
|
||||
},
|
||||
extensions = {
|
||||
["ui-select"] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue