We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fd_opts
1 parent d918735 commit 6157e39Copy full SHA for 6157e39
1 file changed
README.md
@@ -794,7 +794,7 @@ previewers = {
794
-- cmd = "rg --files",
795
find_opts = [[-type f \! -path '*/.git/*']],
796
rg_opts = [[--color=never --hidden --files -g "!.git"]],
797
- fd_opts = [[--color=never --hidden --type f --type l --exclude .git]],
+ fd_opts = [[--color=never --hidden --type f --type l --exclude .git --no-require-git]],
798
dir_opts = [[/s/b/a:-d]],
799
-- by default, cwd appears in the header only if {opts} contain a cwd
800
-- parameter to a different folder than the current working directory
0 commit comments