1
0
Fork 0
mirror of synced 2024-11-22 16:55:34 -05:00

CTRL ignore all gitignore'd files

Taken straight from the docs: https://github.com/ctrlpvim/ctrlp.vim
This commit is contained in:
Amila Welihinda 2016-05-19 00:30:13 -07:00
parent cc0e8a9907
commit b8722d782d

View file

@ -47,6 +47,7 @@ map <c-b> :CtrlPBuffer<cr>
let g:ctrlp_max_height = 20
let g:ctrlp_custom_ignore = 'node_modules\|^\.DS_Store\|^\.git\|^\.coffee'
let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files -co --exclude-standard']
""""""""""""""""""""""""""""""