fix code blocks in INSTALL.md
Closes https://github.com/dracula/vim/issues/262
This commit is contained in:
parent
d1864ac073
commit
86eb25b3dc
1 changed files with 8 additions and 4 deletions
|
@ -59,16 +59,20 @@ Place `colorscheme dracula` after `execute pathogen#infect()`.
|
||||||
|
|
||||||
- If you [use vim + vundle](https://github.com/VundleVim/Vundle):
|
- If you [use vim + vundle](https://github.com/VundleVim/Vundle):
|
||||||
|
|
||||||
|
```vim
|
||||||
Plugin 'dracula/vim', { 'name': 'dracula' }
|
Plugin 'dracula/vim', { 'name': 'dracula' }
|
||||||
:PluginInstall
|
:PluginInstall
|
||||||
|
```
|
||||||
|
|
||||||
Place `colorscheme dracula` after `call vundle#end()`.
|
Place `colorscheme dracula` after `call vundle#end()`.
|
||||||
|
|
||||||
- If you [use vim-plug](https://github.com/junegunn/vim-plug) (\`as\` will install
|
- If you [use vim-plug](https://github.com/junegunn/vim-plug) (\`as\` will install
|
||||||
the plugin in a directory called 'dracula' instead of just 'vim'):
|
the plugin in a directory called 'dracula' instead of just 'vim'):
|
||||||
|
|
||||||
|
```vim
|
||||||
Plug 'dracula/vim', { 'as': 'dracula' }
|
Plug 'dracula/vim', { 'as': 'dracula' }
|
||||||
:PlugInstall
|
:PlugInstall
|
||||||
|
```
|
||||||
|
|
||||||
Place `colorscheme dracula` after `call plug#end()`.
|
Place `colorscheme dracula` after `call plug#end()`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue