fix(fzf): include gitignored
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ fzf.setup({
|
||||
},
|
||||
grep = {
|
||||
hidden = true,
|
||||
rg_opts = "--iglob=!.venv --iglob=!vendor "
|
||||
rg_opts = "--iglob=!.venv --iglob=!vendor --no-ignore "
|
||||
.. require("fzf-lua.defaults").defaults.grep.rg_opts,
|
||||
winopts = wide,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user