mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-29 20:23:39 +08:00
994cfd80eb
I noticed, that in some environments the default g:airline_symbols[notexists] just does not show up, even when the same font in the gui works. So let's at least mention a possible alternative, that you can easily use in your vimrc: ```vim if !exists("g:airline_symbols") let g:airline_symbols = {} endif let g:airline_symbols.notexists = "\u2204" ``` |
||
---|---|---|
.. | ||
airline | ||
airline.vim |