diff --git a/vimrcs/plugins_config.vim b/vimrcs/plugins_config.vim index 5d2ef45d..9139f035 100644 --- a/vimrcs/plugins_config.vim +++ b/vimrcs/plugins_config.vim @@ -47,6 +47,7 @@ map :CtrlPBuffer 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'] """"""""""""""""""""""""""""""