vimrc(airline): skip empty sections

This commit is contained in:
surtur 2022-07-22 19:06:58 +02:00
parent d4c1e01134
commit 26f2429574
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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 = ''