vimrc(airline): disable warning section entirely

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

@ -129,6 +129,9 @@ let g:airline#parts#ffenc#skip_expected_string='utf-8[unix]'
" this algorithm works well for /** */ style comments in a tab-indented file.
let g:airline#extensions#whitespace#mixed_indent_algo = 1
" turn off the warning section entirely.
let g:airline_section_warning = ''
" separator symbols
let g:airline_left_sep = ''
let g:airline_right_sep = ''