cloudhead / neovim-fuzzy

Minimalistic fuzzy file finding for neovim
BSD 3-Clause "New" or "Revised" License
111 stars 17 forks source link

Show hidden file option #49

Closed o0th closed 3 years ago

o0th commented 3 years ago

Since there was no updates for #30 and #12, I added the option to show hidden files with

let g:fuzzy_hidden = 1 "default to 0

To avoid showing .git/* files it is necessary to add an .ignore file in the home directory

cloudhead commented 3 years ago

Thanks, looks good besides the minor issue!

o0th commented 3 years ago

Fixed as suggested

cloudhead commented 3 years ago

Sweet, thanks!