ctrlp: follow symlinks
This commit is contained in:
parent
5c1336fb34
commit
b7c74d4ada
1
init.vim
1
init.vim
@ -133,6 +133,7 @@ let g:miniBufExplModSelTarget = 1
|
|||||||
|
|
||||||
" CtrlP
|
" CtrlP
|
||||||
let g:ctrlp_clear_cache_on_exit = 0
|
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_custom_ignore = {"dir": "\v[\/]\.(git|hg|svn|ve)$"}
|
||||||
let g:ctrlp_status_func = {"main": "CtrlPStatusMain",
|
let g:ctrlp_status_func = {"main": "CtrlPStatusMain",
|
||||||
\"prog": "CtrlPStatusProg"}
|
\"prog": "CtrlPStatusProg"}
|
||||||
|
Loading…
Reference in New Issue
Block a user