fix(fzf): include gitignored

This commit is contained in:
2026-04-30 17:37:34 +02:00
parent eebe191371
commit 32bcbbe438
+1 -1
View File
@@ -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,
},