aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-24 01:37:40 +0800
committerjdhao <jdhao@hotmail.com>2021-10-24 01:37:40 +0800
commit4f752ab2c520a6d11b1f0b8775e156c2f1b495a3 (patch)
tree32886c3bc9b93520430d004b1f94a58a20868544 /core/plugins.vim
parent51a004e8655310242425e3c59d3664383ba08bf6 (diff)
change airline conf
Diffstat (limited to 'core/plugins.vim')
-rw-r--r--core/plugins.vim3
1 files changed, 3 insertions, 0 deletions
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 = 'Ꞩ'