ctrlp: follow symlinks

This commit is contained in:
Michele Guerini Rocco 2018-04-24 19:13:56 +02:00
parent 5c1336fb34
commit b7c74d4ada
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -133,6 +133,7 @@ let g:miniBufExplModSelTarget = 1
" CtrlP
let g:ctrlp_clear_cache_on_exit = 0
let g:ctrlp_follow_symlinks = 1
let g:ctrlp_custom_ignore = {"dir": "\v[\/]\.(git|hg|svn|ve)$"}
let g:ctrlp_status_func = {"main": "CtrlPStatusMain",
\"prog": "CtrlPStatusProg"}