vimrc(airline): disable branch indicator
This commit is contained in:
parent
9c04375e5c
commit
fe595a9d63
@ -190,7 +190,7 @@ let g:airline#extensions#ale#enabled = 1
|
||||
" nrrwrgn integration
|
||||
let g:airline#extensions#nrrwrgn#enabled = 1
|
||||
" vcs integration
|
||||
let g:airline#extensions#branch#enabled = 1
|
||||
let g:airline#extensions#branch#enabled = 0
|
||||
" show summary of changed hunks (gitgutter and/or vim-signify)
|
||||
let g:airline#extensions#hunks#enabled = 1
|
||||
" tabline integration
|
||||
|
Loading…
Reference in New Issue
Block a user