A tiny elegant statusline for vim, extracted from space-vim.
-
Ordinary font
-
Powerline font
If the powerline font is available, i.e.,
let g:airline_powerline_fonts = 1
orlet g:eleline_powerline_fonts = 1
:
Don't forget to set laststatus=2
to always display statusline in vim.
Supported plugins:
This plugin can be installed with a varity of plugin managers, e.g., vim-plug:
Plug 'liuchengxu/eleline.vim'
It's encouraged to fork eleline.vim to make your own custom vim statusline.