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