fix airline deprecation
This commit is contained in:
parent
6fbdcec271
commit
998261977c
1 changed files with 3 additions and 3 deletions
6
.vimrc
6
.vimrc
|
|
@ -262,9 +262,9 @@ let g:CommandTMaxDepth = 7
|
|||
|
||||
" * Airline
|
||||
set noshowmode
|
||||
let g:airline_enable_branch = 1
|
||||
let g:airline_enable_syntastic = 1
|
||||
let g:airline_enable_tagbar = 1
|
||||
let g:airline#extensions#branch#enabled = 1
|
||||
let g:airline#extensions#syntastic#enabled = 1
|
||||
let g:airline#extensions#tagbar#enabled = 1
|
||||
let g:airline_theme="murmur"
|
||||
let g:airline_left_sep = ''
|
||||
let g:airline_right_sep = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue