diff --git a/core/plugins.vim b/core/plugins.vim index 487bacd..10817e3 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -383,6 +383,9 @@ if !exists('g:airline_symbols') let g:airline_symbols = {} endif let g:airline_symbols.paste = 'ρ' +let g:airline_symbols.linenr = " L:" +let g:airline_symbols.colnr = " C:" + if !g:is_linux let g:airline_symbols.branch = '' let g:airline_symbols.spell = 'Ꞩ'