Add dein.vim to plugins-managers
This commit is contained in:
parent
13bd4701ed
commit
bcb52a1feb
|
@ -155,6 +155,7 @@ This plugin follows the standard runtime path structure, and as such it can be i
|
||||||
| [Vundle][13] | `Plugin 'vim-airline/vim-airline'` |
|
| [Vundle][13] | `Plugin 'vim-airline/vim-airline'` |
|
||||||
| [Plug][40] | `Plug 'vim-airline/vim-airline'` |
|
| [Plug][40] | `Plug 'vim-airline/vim-airline'` |
|
||||||
| [VAM][22] | `call vam#ActivateAddons([ 'vim-airline' ])` |
|
| [VAM][22] | `call vam#ActivateAddons([ 'vim-airline' ])` |
|
||||||
|
| [Dein][52] | `call dein#add('vim-airline/vim-airline')` |
|
||||||
| manual | copy all of the files into your `~/.vim` directory |
|
| manual | copy all of the files into your `~/.vim` directory |
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
@ -251,3 +252,4 @@ MIT License. Copyright (c) 2013-2016 Bailey Ling.
|
||||||
[49]: https://github.com/vovkasm/input-source-switcher
|
[49]: https://github.com/vovkasm/input-source-switcher
|
||||||
[50]: https://github.com/jreybert/vimagit
|
[50]: https://github.com/jreybert/vimagit
|
||||||
[51]: https://github.com/Shougo/denite.nvim
|
[51]: https://github.com/Shougo/denite.nvim
|
||||||
|
[52]: https://github.com/Shougo/dein.vim
|
||||||
|
|
Loading…
Reference in New Issue