mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-17 16:03:41 -05:00
add README.md
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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`.
|
||||
|
||||
Reference in New Issue
Block a user