[vim]: allows ctrlp to follow symlinks
Been driving me mad today. Closes #8
This commit is contained in:
parent
46b97a1d2d
commit
c8758f5352
1 changed files with 2 additions and 0 deletions
|
@ -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$',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue