1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00
This commit is contained in:
Amila Welihinda 2017-04-28 15:20:37 +00:00 committed by GitHub
commit d80ad77c9c

View file

@ -48,6 +48,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']
""""""""""""""""""""""""""""""