From 26f2429574aba83dafd60fea784b2b52a36e5a62 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 22 Jul 2022 19:06:58 +0200 Subject: [PATCH] vimrc(airline): skip empty sections --- .vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index b270eb8..3e7b2b8 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -132,6 +132,8 @@ let g:airline#extensions#whitespace#mixed_indent_algo = 1 " turn off the warning section entirely. let g:airline_section_warning = '' +let g:airline_skip_empty_sections = 1 + " separator symbols let g:airline_left_sep = '' let g:airline_right_sep = ''