Disable airline git integration
This commit is contained in:
parent
b3ba84fa4c
commit
d13bf0bd81
2
vimrc
2
vimrc
@ -22,6 +22,8 @@ endif
|
||||
" vim-airline - improved status bar
|
||||
" TODO: Get rid of airline and roll your own
|
||||
Plug 'vim-airline/vim-airline'
|
||||
let g:airline#extensions#branch#enabled = 0
|
||||
let g:airline#extensions#hunks#enabled = 0
|
||||
for s:setting in ['left_sep', 'right_sep', 'section_error', 'section_warning']
|
||||
exec 'let g:airline_'.s:setting.' = ""'
|
||||
endfor
|
||||
|
Loading…
x
Reference in New Issue
Block a user