Closed o0th closed 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
.git/*
.ignore
Thanks, looks good besides the minor issue!
Fixed as suggested
Sweet, thanks!
Since there was no updates for #30 and #12, I added the option to show hidden files with
To avoid showing
.git/*
files it is necessary to add an.ignore
file in the home directory