1
0
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:
jdhao 2021-10-24 01:37:40 +08:00
parent 51a004e865
commit 4f752ab2c5

View File

@ -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 = 'Ꞩ'