Skip to content

Commit 6157e39

Browse files
committed
docs: updated README with new fd_opts
1 parent d918735 commit 6157e39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ previewers = {
794794
-- cmd = "rg --files",
795795
find_opts = [[-type f \! -path '*/.git/*']],
796796
rg_opts = [[--color=never --hidden --files -g "!.git"]],
797-
fd_opts = [[--color=never --hidden --type f --type l --exclude .git]],
797+
fd_opts = [[--color=never --hidden --type f --type l --exclude .git --no-require-git]],
798798
dir_opts = [[/s/b/a:-d]],
799799
-- by default, cwd appears in the header only if {opts} contain a cwd
800800
-- parameter to a different folder than the current working directory

0 commit comments

Comments
 (0)