# lightline.vim A light and configurable statusline for Vim ### powerline theme (default) ![lightline.vim - powerline - normal](https://raw.github.com/itchyny/lightline.vim/master/image/powerline/1.png) ![lightline.vim - powerline - insert](https://raw.github.com/itchyny/lightline.vim/master/image/powerline/2.png) ![lightline.vim - powerline - visual](https://raw.github.com/itchyny/lightline.vim/master/image/powerline/3.png) ![lightline.vim - powerline - replace](https://raw.github.com/itchyny/lightline.vim/master/image/powerline/4.png) ### landscape theme ![lightline.vim - landscape - normal](https://raw.github.com/itchyny/lightline.vim/master/image/landscape/1.png) ![lightline.vim - landscape - insert](https://raw.github.com/itchyny/lightline.vim/master/image/landscape/2.png) ![lightline.vim - landscape - visual](https://raw.github.com/itchyny/lightline.vim/master/image/landscape/3.png) ![lightline.vim - landscape - replace](https://raw.github.com/itchyny/lightline.vim/master/image/landscape/4.png) ## Author itchyny (https://github.com/itchyny) ## License MIT License ## Installation ### Manually 1. Put all files under $VIM/. ### Vundle (https://github.com/gmarik/vundle) 1. Add the following configuration to your .vimrc. Bundle 'itchyny/lightline.vim' 2. Install with `:BundleInstall`. ### NeoBundle (https://github.com/Shougo/neobundle.vim) 1. Add the following configuration to your .vimrc. NeoBundle 'itchyny/lightline.vim' 2. Install with `:NeoBundleInstall`.