symbols: Use a different Column char in UTF-8

Personally I don't like the extra-wide ㏇ char, so let's make it ℅
This commit is contained in:
Christian Brabandt
2021-05-07 22:29:59 +02:00
parent f7cbf8c429
commit db78454a03
2 changed files with 6 additions and 3 deletions

View File

@@ -351,6 +351,8 @@ its contents. >
let g:airline_left_sep = '▶'
let g:airline_right_sep = '«'
let g:airline_right_sep = '◀'
let g:airline_symbols.colnr = '㏇'
let g:airline_symbols.colnr = '℅'
let g:airline_symbols.crypt = '🔒'
let g:airline_symbols.linenr = '☰'
let g:airline_symbols.linenr = '␊'
@@ -372,6 +374,7 @@ its contents. >
let g:airline_right_sep = ''
let g:airline_right_alt_sep = ''
let g:airline_symbols.branch = ''
let g:airline_symbols.colnr = ''
let g:airline_symbols.readonly = ''
let g:airline_symbols.linenr = '☰'
let g:airline_symbols.maxlinenr = ''