Adds 'Dein' vim plugin manager support (#148)

* Adds 'Dein' vim plugin manager support

* Add missing comma
This commit is contained in:
Philipp Weißmann
2019-05-14 18:35:02 +02:00
committed by Roey Darwish Dror
parent f107bd38e2
commit 57d3893a2b
2 changed files with 5 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ Just run `topgrade`. It will run the following steps:
* [NeoBundle](https://github.com/Shougo/neobundle.vim)
* [Vundle](https://github.com/VundleVim/Vundle.vim)
* [Plug](https://github.com/junegunn/vim-plug)
* [Dein](https://github.com/Shougo/dein.vim)
* Node
* Run `yarn global update` if yarn is installed.
* Run `npm update -g` if NPM is installed and `npm root -g` is a path inside your home directory.