nvim-telescope / telescope-fzf-native.nvim

FZF sorter for telescope written in c
1.4k stars 46 forks source link

how to ignore files? completely lost in FZF_DEFAULT_COMMAND etc #95

Closed emilBeBri closed 6 months ago

emilBeBri commented 1 year ago

sorry, I just have no idea how to make it exclude files and folders. I tried setting the FZF_DEFAULT_COMMAND in .bashrc, but that did nothing.

linrongbin16 commented 1 year ago

You should customize find_command in find_files, and exclude files and dirs there.

dylan-chong commented 10 months ago

did you find out how to do it @emilBeBri

emilBeBri commented 6 months ago

I did, thank you.