airline, vimrc, ctrlp
This commit is contained in:
parent
e5ea54d768
commit
fd05d838ad
4 changed files with 10 additions and 1 deletions
5
.vimrc
5
.vimrc
|
|
@ -196,6 +196,11 @@ let g:airline_enable_syntastic = 1
|
|||
let g:airline_enable_tagbar = 1
|
||||
let g:airline_theme="ubaryd"
|
||||
|
||||
" * CtrlP
|
||||
let g:ctrlp_map = ',t'
|
||||
let g:ctrlp_cmd = 'CtrlP'
|
||||
let g:ctrlp_working_path_mode = 'ra'
|
||||
|
||||
|
||||
" ** STATUSLINE **
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue