vimrc(airline): skip empty sections
This commit is contained in:
parent
d4c1e01134
commit
26f2429574
@ -132,6 +132,8 @@ let g:airline#extensions#whitespace#mixed_indent_algo = 1
|
|||||||
" turn off the warning section entirely.
|
" turn off the warning section entirely.
|
||||||
let g:airline_section_warning = ''
|
let g:airline_section_warning = ''
|
||||||
|
|
||||||
|
let g:airline_skip_empty_sections = 1
|
||||||
|
|
||||||
" separator symbols
|
" separator symbols
|
||||||
let g:airline_left_sep = ''
|
let g:airline_left_sep = ''
|
||||||
let g:airline_right_sep = ''
|
let g:airline_right_sep = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user