mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: tagbar/airline: properly show tag in lower right corner
This commit is contained in:
parent
2066baee05
commit
8e3c36d200
|
@ -144,18 +144,15 @@ let g:airline_right_sep = ''
|
||||||
let g:airline_right_alt_sep = ''
|
let g:airline_right_alt_sep = ''
|
||||||
let g:airline_symbols.branch = ''
|
let g:airline_symbols.branch = ''
|
||||||
let g:airline_symbols.readonly = ''
|
let g:airline_symbols.readonly = ''
|
||||||
" let g:airline_symbols.linenr = '☰'
|
|
||||||
let g:airline_symbols.colnr = ':'
|
let g:airline_symbols.colnr = ':'
|
||||||
let g:airline_symbols.linenr = ''
|
let g:airline_symbols.linenr = ''
|
||||||
let g:airline_symbols.maxlinenr = ''
|
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_y = ''
|
||||||
" let g:airline_section_x = 'tagbar'
|
let g:airline#extensions#tagbar#enabled = 1
|
||||||
let g:airline#extensions#tagbar#flags = 'p'
|
let g:airline_section_x=' %{tagbar#currenttag("%s", "", "f")}'
|
||||||
|
let g:airline#extensions#tagbar#flags = 's'
|
||||||
let g:airline#extensions#tagbar#searchmethod = 'scoped-stl'
|
let g:airline#extensions#tagbar#searchmethod = 'scoped-stl'
|
||||||
" let g:airline_symbols.dirty='⚡'
|
|
||||||
" let g:airline#extensions#branch#vcs_checks = ['untracked', 'dirty']
|
|
||||||
|
|
||||||
" These are the default mappings for vim-multi-cursor
|
" These are the default mappings for vim-multi-cursor
|
||||||
let g:multi_cursor_start_word_key = '<C-n>'
|
let g:multi_cursor_start_word_key = '<C-n>'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user