ctrlp search hidden files

This commit is contained in:
Leon Grünewald 2021-02-15 01:20:42 +01:00
parent dda7fb4565
commit 28be269255

1
.vimrc
View file

@ -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.