diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-01-05 19:57:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 19:57:49 +0100 |
commit | 29145bbbb68d029673a083c8fe5ccb37f2b56a66 (patch) | |
tree | 9676a91a1670069db7db4604d2f5d7274b60abea | |
parent | 7a447b40551ad3e3f12d38878889fda0b3adaaa0 (diff) | |
parent | 9d83c6650fb8a82320d94e52220049525434cec7 (diff) | |
download | nord-vim-29145bbbb68d029673a083c8fe5ccb37f2b56a66.tar.gz |
Merge pull request #10 from kepbod/patch-1
Fix typo in plugin installation using Vundle
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |