ctrlp better ignore
This commit is contained in:
parent
b543dc3bb3
commit
6766f282b6
1 changed files with 5 additions and 1 deletions
6
vimrc
6
vimrc
|
@ -85,7 +85,11 @@ call plug#end()
|
|||
|
||||
" Theme: Dracula
|
||||
color dracula
|
||||
"
|
||||
|
||||
" ctrlp
|
||||
" let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git\|bower_components\|build\|dist\|dest'
|
||||
let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""'
|
||||
|
||||
" vim-startify
|
||||
let g:startify_change_to_dir = 0
|
||||
let g:startify_custom_header = [
|
||||
|
|
Loading…
Add table
Reference in a new issue