README: add vim-plug to installation section
This commit is contained in:
parent
79cdd75a0c
commit
ae2f3dc6e2
|
@ -128,6 +128,8 @@ This plugin follows the standard runtime path structure, and as such it can be i
|
||||||
* `NeoBundle 'vim-airline/vim-airline'`
|
* `NeoBundle 'vim-airline/vim-airline'`
|
||||||
* [Vundle][13]
|
* [Vundle][13]
|
||||||
* `Plugin 'vim-airline/vim-airline'`
|
* `Plugin 'vim-airline/vim-airline'`
|
||||||
|
* [Plug][40]
|
||||||
|
* `Plug 'vim-airline/vim-airline'`
|
||||||
* [VAM][22]
|
* [VAM][22]
|
||||||
* `call vam#ActivateAddons([ 'vim-airline' ])`
|
* `call vam#ActivateAddons([ 'vim-airline' ])`
|
||||||
* manual
|
* manual
|
||||||
|
@ -233,3 +235,4 @@ MIT License. Copyright (c) 2013-2015 Bailey Ling.
|
||||||
[37]: https://github.com/gcmt/taboo.vim
|
[37]: https://github.com/gcmt/taboo.vim
|
||||||
[38]: https://github.com/szw/vim-ctrlspace
|
[38]: https://github.com/szw/vim-ctrlspace
|
||||||
[39]: https://github.com/tomtom/quickfixsigns_vim
|
[39]: https://github.com/tomtom/quickfixsigns_vim
|
||||||
|
[40]: https://github.com/junegunn/vim-plug
|
||||||
|
|
Loading…
Reference in New Issue