Fix typo in plugin installation using Vundle

This commit is contained in:
Xiao-Ou Zhang 2017-01-05 09:29:16 -05:00 committed by GitHub
parent 7a447b4055
commit 9d83c6650f

View file

@ -59,7 +59,7 @@ git clone git://github.com/arcticicestudio/nord-vim.git
[`Vundle`](https://github.com/VundleVim/Vundle.vim)
Add Nord Vim to your `.vimrc`
```sh
Plugin 'dracula/vim'
Plugin 'arcticicestudio/nord-vim'
```
and install via `:PluginInstall`.