Merge pull request #10 from kepbod/patch-1

Fix typo in plugin installation using Vundle
This commit is contained in:
Arctic Ice Studio 2017-01-05 19:57:49 +01:00 committed by GitHub
commit 29145bbbb6

View file

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