[vim]: allows ctrlp to follow symlinks

Been driving me mad today.

Closes #8
This commit is contained in:
Josh Sherman 2016-11-28 14:09:56 -06:00
parent 46b97a1d2d
commit c8758f5352

View file

@ -229,6 +229,8 @@ vnoremap <leader>p "_dP
syntax on
syntax sync fromstart
let g:ctrlp_follow_symlinks = 2
" Ignore some folders and files for CtrlP indexing
let g:ctrlp_custom_ignore = {
\ 'dir': '\.git$\|\.yardoc\|public$|log\|tmp$',