Semi-re-pimp vim autosave statusline icon with unicode
The new unicode icon should be less annoying than the old floppy disk, but still be at least somewhat simple to understand as "autosave turned on"
This commit is contained in:
parent
6f48b4119d
commit
4293f61371
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
set statusline=%#StatusBar#
|
set statusline=%#StatusBar#
|
||||||
set statusline+=%#TabLineSel#
|
set statusline+=%#TabLineSel#
|
||||||
set statusline+=%{&autowriteall?'\ \ 🖴\ ':''}%<
|
set statusline+=%{&autowriteall?'\ \ 🖬\ ':''}%<
|
||||||
set statusline+=%#TabLine#
|
set statusline+=%#TabLine#
|
||||||
set statusline+=%y%t%M%R\
|
set statusline+=%y%t%M%R\
|
||||||
set statusline+=%#TabLine#
|
set statusline+=%#TabLine#
|
||||||
|
|
Loading…
Reference in a new issue