mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
change airline conf
This commit is contained in:
parent
51a004e865
commit
4f752ab2c5
@ -383,6 +383,9 @@ if !exists('g:airline_symbols')
|
|||||||
let g:airline_symbols = {}
|
let g:airline_symbols = {}
|
||||||
endif
|
endif
|
||||||
let g:airline_symbols.paste = 'ρ'
|
let g:airline_symbols.paste = 'ρ'
|
||||||
|
let g:airline_symbols.linenr = " L:"
|
||||||
|
let g:airline_symbols.colnr = " C:"
|
||||||
|
|
||||||
if !g:is_linux
|
if !g:is_linux
|
||||||
let g:airline_symbols.branch = ''
|
let g:airline_symbols.branch = ''
|
||||||
let g:airline_symbols.spell = 'Ꞩ'
|
let g:airline_symbols.spell = 'Ꞩ'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user