how to ignore .svn direcotry when searching for file #1131
resreqgh01
started this conversation in
General
Replies: 1 comment 2 replies
-
You can change the underlying command to ignore certain globs, if you have :lua require'fzf-lua'.files({ cmd = "fd --color=never --type f --hidden --follow --exclude .svn" }) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am a new user to fzf-lua and try to use lua require('fzf-lua').files to search for files under current directoy, however it is super slow when there is .svn directory. How can I configure to exclude certain directories while searching?
THanks
-James
Beta Was this translation helpful? Give feedback.
All reactions