vimrc(airline): disable warning section entirely
This commit is contained in:
parent
3db8c3fd9c
commit
d4c1e01134
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user