Slow performance on CtrlP , it doesn’t work to ignore some folders
Here are a few tips that should definitely speed up ctrlp : let g:ctrlp_cache_dir = $HOME . ‘/.cache/ctrlp’ if executable(‘ag’) let g:ctrlp_user_command = ‘ag %s -l –nocolor -g “”‘ endif In the above example, the first option tells ctrlp to persist the cache in the configured location, so when you launch vim again, it will … Read more