mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] make tabline buffer positions more consistent
This commit is contained in:
parent
0c8010448d
commit
3705c0313f
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ endif
|
|||
let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline#extensions#coc#enabled = 1
|
||||
|
||||
let g:airline#extensions#tabline#left_sep = ' '
|
||||
let g:airline#extensions#tabline#left_alt_sep = ''
|
||||
|
||||
let g:coc_status_error_sign = 'E:'
|
||||
let g:coc_status_warning_sign = 'W:'
|
||||
call airline#parts#define_function('coc#status', 'coc#status')
|
||||
|
|
Loading…
Reference in a new issue