mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Update vim-airline settings
Disable the scrollbar feature. It is distracting.
Ref: ecac148e19
This commit is contained in:
parent
a53cd6766d
commit
1869ffe4d3
@ -760,6 +760,9 @@ let g:airline_highlighting_cache = 1
|
||||
" See also https://github.com/vim-airline/vim-airline/blob/master/autoload/airline/extensions/xkblayout.vim#L11
|
||||
let g:airline#extensions#xkblayout#short_codes = {'0': 'CN', '1': 'US'}
|
||||
|
||||
" Disable scrollbar
|
||||
let g:airline#extensions#scrollbar#enabled = 0
|
||||
|
||||
""""""""""""""""""""""""""""vim-startify settings""""""""""""""""""""""""""""
|
||||
" Do not change working directory when opening files.
|
||||
let g:startify_change_to_dir = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user