Files
lightline.vim/README.md
2013-08-22 05:57:11 +09:00

28 lines
555 B
Markdown

# lightline.vim
A light and configurable statusline for Vim
## 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`.