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:
@ -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']
|
||||
|
||||
|
||||
""""""""""""""""""""""""""""""
|
||||
|
Reference in New Issue
Block a user