1
0
mirror of https://github.com/amix/vimrc synced 2025-06-28 18:44:59 +08: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']
""""""""""""""""""""""""""""""