Merge b8722d782d into c4fbfe8aa8
This commit is contained in:
commit
d80ad77c9c
|
|
@ -48,6 +48,7 @@ map <c-b> :CtrlPBuffer<cr>
|
||||||
|
|
||||||
let g:ctrlp_max_height = 20
|
let g:ctrlp_max_height = 20
|
||||||
let g:ctrlp_custom_ignore = 'node_modules\|^\.DS_Store\|^\.git\|^\.coffee'
|
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']
|
||||||
|
|
||||||
|
|
||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue