We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac613ca commit 607afd3Copy full SHA for 607afd3
1 file changed
lua/config/fzf-lua.lua
@@ -15,6 +15,9 @@ require("fzf-lua").setup {
15
-- and https://www.reddit.com/r/linuxquestions/comments/zycvud/ripgrep_respect_gitignore_but_show_env_files/
16
no_ignore = false,
17
},
18
+ grep = {
19
+ RIPGREP_CONFIG_PATH = vim.env.RIPGREP_CONFIG_PATH,
20
+ },
21
}
22
23
vim.keymap.set("n", "<leader>ff", "<cmd>FzfLua files<cr>", { desc = "Fuzzy find files" })
0 commit comments