ctrlsf.vim icon indicating copy to clipboard operation
ctrlsf.vim copied to clipboard

Request `let g:ctrlsf_ignore_files_patterns`

Open gordio opened this issue 8 years ago • 1 comments

It's just a option request let g:ctrlsf_ignore_file_patterns . I need to exclude some files from searching (example): let g:ctrlsf_ignore_file_patterns = ["*.pyc", "*.pyo", "*.js"]

gordio avatar Sep 07 '17 04:09 gordio

You can create your ignore config file for your own backend. (such as .ignore for ag, please refer this document)

dyng avatar Sep 07 '17 05:09 dyng