mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-04-08 19:35:31 +02:00
add colorized support for selected buffers with bufferline
This commit is contained in:
parent
8a2890625b
commit
ee90b7c6b3
@ -47,6 +47,14 @@ function! airline#extensions#load()
|
|||||||
\ }
|
\ }
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if g:airline_enable_bufferline
|
||||||
|
let g:bufferline_inactive_highlight = 'Al6'
|
||||||
|
let g:bufferline_active_highlight = 'Al2'
|
||||||
|
let g:bufferline_active_buffer_left = ''
|
||||||
|
let g:bufferline_active_buffer_right = ''
|
||||||
|
let g:bufferline_separator = ' '
|
||||||
|
endif
|
||||||
|
|
||||||
call add(g:airline_window_override_funcrefs, function('airline#extensions#apply_window_overrides'))
|
call add(g:airline_window_override_funcrefs, function('airline#extensions#apply_window_overrides'))
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user