mirror of
https://github.com/nordtheme/vim.git
synced 2026-09-10 07:36:23 -04:00
Merge pull request #10 from kepbod/patch-1
Fix typo in plugin installation using Vundle
This commit is contained in:
commit
29145bbbb6
|
|
@ -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`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue