diff --git a/lua/fzf-lua/defaults.lua b/lua/fzf-lua/defaults.lua index a1f82fbde..3c3a6487f 100644 --- a/lua/fzf-lua/defaults.lua +++ b/lua/fzf-lua/defaults.lua @@ -349,7 +349,7 @@ M.defaults.files = { "git", "-c", "color.status=false", "--no-optional-locks", "status", "--porcelain=v1" }, find_opts = [[-type f \! -path '*/.git/*']], rg_opts = [[--color=never --files -g "!.git"]], - fd_opts = [[--color=never --type f --type l --exclude .git]], + fd_opts = [[--color=never --type f --type l --exclude .git --no-require-git]], dir_opts = [[/s/b/a:-d]], hidden = true, toggle_ignore_flag = "--no-ignore",