mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: cleanup airline configuration
This commit is contained in:
parent
f9fe64f9f8
commit
dbe581b065
|
@ -89,11 +89,8 @@ let g:gitgutter_sign_modified_removed = 'x'
|
|||
|
||||
" Airline config
|
||||
set laststatus=2
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
" let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline_theme='gruvbox'
|
||||
" " default linenr symbol is '☰' and it sucks
|
||||
" let g:airline_symbols.linenr = ''
|
||||
" " powerline symbols
|
||||
if !exists('g:airline_symbols')
|
||||
let g:airline_symbols = {}
|
||||
endif
|
||||
|
@ -104,10 +101,14 @@ let g:airline_right_alt_sep = ''
|
|||
" let g:airline_symbols = {}
|
||||
let g:airline_symbols.branch = ''
|
||||
let g:airline_symbols.readonly = ''
|
||||
"let g:airline_symbols.linenr = '☰'
|
||||
" let g:airline_symbols.linenr = '☰'
|
||||
let g:airline_symbols.linenr = ''
|
||||
"let g:airline_symbols.maxlinenr = ''
|
||||
" let g:airline_section_c = ''
|
||||
" let g:airline_section_c = '%t'
|
||||
let g:airline_section_y = ''
|
||||
let g:airline_section_x = ''
|
||||
" let g:airline_symbols.dirty='⚡'
|
||||
" let g:airline#extensions#branch#vcs_checks = ['untracked', 'dirty']
|
||||
|
||||
" These are the default mappings for vim-multi-cursor
|
||||
let g:multi_cursor_start_word_key = '<C-n>'
|
||||
|
|
Loading…
Reference in New Issue
Block a user