ctrlp.vim
ctrlp.vim copied to clipboard
Support for including only certain files
Hi I am working in a project with 200k + files in a given workspace but only a small fraction which I need access to at a given time. I see the option to configure dirs which I want to ignore, but it is tedious to ignore the many directories just to search 1-3. I would much prefer to specify a positive regex e.g. g:ctrlp_custom_include. Is this possible?
I would like this too