add installation instructions. resolves #25
This commit is contained in:
parent
11d726485f
commit
f6b054ff36
16
README.md
16
README.md
|
@ -22,6 +22,19 @@ what about [old powerline][a]?
|
||||||
|
|
||||||
i wrote the initial version on an airplane, and since it's light as air it turned out to be a good name. thanks for flying vim!
|
i wrote the initial version on an airplane, and since it's light as air it turned out to be a good name. thanks for flying vim!
|
||||||
|
|
||||||
|
# installation
|
||||||
|
|
||||||
|
this plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
|
||||||
|
|
||||||
|
* [pathogen][k]
|
||||||
|
* `git clone https://github.com/bling/vim-airline ~/.vim/bundle/vim-airline`
|
||||||
|
* [neobundle][l]
|
||||||
|
* `NeoBundle 'bling/vim-airline'`
|
||||||
|
* [vundle][m]
|
||||||
|
* `Bundle 'bling/vim-airline'`
|
||||||
|
* manual
|
||||||
|
* copy all of the files into your `~/.vim` directory
|
||||||
|
|
||||||
# configuration
|
# configuration
|
||||||
|
|
||||||
`:help airline`
|
`:help airline`
|
||||||
|
@ -84,3 +97,6 @@ contributions and pull requests are welcome. please follow the existing coding
|
||||||
[h]: http://en.wikipedia.org/wiki/Open/closed_principle
|
[h]: http://en.wikipedia.org/wiki/Open/closed_principle
|
||||||
[i]: https://github.com/Shougo/unite.vim
|
[i]: https://github.com/Shougo/unite.vim
|
||||||
[j]: https://github.com/kien/ctrlp.vim
|
[j]: https://github.com/kien/ctrlp.vim
|
||||||
|
[k]: https://github.com/tpope/vim-pathogen
|
||||||
|
[l]: https://github.com/Shougo/neobundle.vim
|
||||||
|
[m]: https://github.com/gmarik/vundle
|
||||||
|
|
Loading…
Reference in New Issue