mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-05-18 06:19:36 +08:00
keep left override styles intact when inactive; use powerline separator for iminsert
This commit is contained in:
@@ -2,6 +2,7 @@ function! airline#extensions#apply_left_override(section1, section2)
|
||||
let w:airline_section_a = a:section1
|
||||
let w:airline_section_b = a:section2
|
||||
let w:airline_section_c = ''
|
||||
let w:airline_section_gutter = ' '
|
||||
let w:airline_left_only = 1
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user