Add better readonly char options.
dblume

dblume commited on 2021-11-12 10:51:42
Showing 1 changed files, with 3 additions and 1 deletions.

... ...
@@ -355,7 +355,9 @@ endif
355 355
 let g:airline_symbols.whitespace = '✖'
356 356
 let g:airline_symbols.linenr = 'Ξ'
357 357
 let g:airline_symbols.maxlinenr = ''
358
-let g:airline_symbols.readonly = '●'
358
+" If using a powerline font, don't override .readonly. Otherwise pick one.
359
+"let g:airline_symbols.readonly = '◆'
360
+"let g:airline_symbols.readonly = '🔒'
359 361
 
360 362
 " If no "...for Powerline" font is available, uncomment these four:
361 363
 let g:airline_left_sep = '▌'
362 364