From 4f752ab2c520a6d11b1f0b8775e156c2f1b495a3 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 24 Oct 2021 01:37:40 +0800 Subject: [PATCH] change airline conf --- core/plugins.vim | 3 +++ 1 file changed, 3 insertions(+) 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 = 'Ꞩ'