fuzzyy icon indicating copy to clipboard operation
fuzzyy copied to clipboard

feat: add custom ignore dir/files.

Open okayno14 opened this issue 1 year ago • 0 comments

Deafault config contains in autoload/ignore_tree/ignore_tree.vim. And can be customized by editing g:fuzzyy_custom_ignore: Example:

   let g:fuzzyy_custom_ignore = {
       \ 'dir': ['.git', '.hg', '.svn', '.rebar', '.eunit'],
       \ 'file': ['*.beam', '*.so', '*.exe', '*.dll', '*.dump', '*.core', '*.swn', '*.swp'],
  \ }

okayno14 avatar Aug 10 '24 13:08 okayno14