ctrlp search hidden files
This commit is contained in:
parent
dda7fb4565
commit
28be269255
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -84,6 +84,7 @@ let g:vdebug_options['break_on_open'] = 0
|
|||
let g:ctrlp_max_files=0
|
||||
let g:ctrlp_max_depth=40
|
||||
let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git'
|
||||
let g:ctrlp_show_hidden = 1
|
||||
|
||||
"" Vim Config
|
||||
" Some autocompletion settings.
|
||||
|
|
Loading…
Reference in a new issue