Skip to content

Commit

Permalink
fix code blocks in INSTALL.md
Browse files Browse the repository at this point in the history
Closes #262
  • Loading branch information
benknoble committed Sep 22, 2021
1 parent d1864ac commit 86eb25b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,20 @@ Place `colorscheme dracula` after `execute pathogen#infect()`.

- If you [use vim + vundle](https://github.com/VundleVim/Vundle):

Plugin 'dracula/vim', { 'name': 'dracula' }
:PluginInstall
```vim
Plugin 'dracula/vim', { 'name': 'dracula' }
:PluginInstall
```

Place `colorscheme dracula` after `call vundle#end()`.

- 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'):

Plug 'dracula/vim', { 'as': 'dracula' }
:PlugInstall
```vim
Plug 'dracula/vim', { 'as': 'dracula' }
:PlugInstall
```

Place `colorscheme dracula` after `call plug#end()`.

Expand Down

0 comments on commit 86eb25b

Please sign in to comment.