mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-14 06:23:51 -05:00
d9d0c800267bed39274ba8ea01fed4051acc12ab
lightline.vim
A light and configurable statusline for Vim
powerline theme (default)
wombat
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%















