mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-12 21:43:50 -05:00
3f6fde46a4d1dfc7f96ffb40f0463f93edf643df
lightline.vim
A light and configurable statusline for Vim
powerline theme (default)
wombat (with font integration)
solarized theme (dark)
solarized theme (light)
landscape theme (with font integration)
With branch name, readonly mark and modified mark.

Why yet another...?
- vim-powerline is a nice plugin, but deprecated.
- vim-airline is a nice plugin, but not configurable. Also, it does too much for other plugins, which should be done by uesrs in .vimrc.
Author
itchyny (https://github.com/itchyny)
License
MIT License
Installation
Manually
- Put all files under $VIM/.
Vundle (https://github.com/gmarik/vundle)
-
Add the following configuration to your .vimrc.
Bundle 'itchyny/lightline.vim' -
Install with
:BundleInstall.
NeoBundle (https://github.com/Shougo/neobundle.vim)
-
Add the following configuration to your .vimrc.
NeoBundle 'itchyny/lightline.vim' -
Install with
:NeoBundleInstall.
Languages
Vim Script
100%















