/eleline.vim

:herb: A tiny elegant statusline for vim

Primary LanguageVim ScriptMIT LicenseMIT

eleline.vim

A tiny elegant statusline for vim, extracted from space-vim.

  • Ordinary font

    screenshot

  • Powerline font

    If the powerline font is available, i.e., let g:airline_powerline_fonts = 1 or let g:eleline_powerline_fonts = 1:

    screenshot

Don't forget to set laststatus=2 to always display statusline in vim.

Supported plugins:

Installation

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.