[vim] show hidden files in ctrlp
This commit is contained in:
parent
861212dcc8
commit
0cb5ea41ac
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ set nocompatible
|
||||||
let g:ctrlp_match_window = 'bottom,order:ttb'
|
let g:ctrlp_match_window = 'bottom,order:ttb'
|
||||||
let g:ctrlp_switch_buffer = 0 " open files in new buffer
|
let g:ctrlp_switch_buffer = 0 " open files in new buffer
|
||||||
let g:ctrlp_working_path_mode = 0 " use the current working directory
|
let g:ctrlp_working_path_mode = 0 " use the current working directory
|
||||||
|
let g:ctrlp_show_hidden = 1 " show hidden files
|
||||||
|
|
||||||
let g:rainbow#pairs = [['(',')'], ['[',']'], ['{','}']]
|
let g:rainbow#pairs = [['(',')'], ['[',']'], ['{','}']]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue