An elegant status line for vim, extracted from space-vim.
Don't forget to set laststatus=2
to always display statusline in vim.
Supported plugins:
-
You need to add two functions
ALEGetError()
andALEGetWarning()
to support ale. Or you can simply use ALEGetStatusLine() provided by ale to show errors and warnings in your statusline.
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.