Merge pull request #14 from mithun-daa/patch-1

Fix formatting on the README
This commit is contained in:
Tomáš Iser 2017-10-07 00:00:15 +02:00 committed by GitHub
commit 7eb2f257a4

View file

@ -31,11 +31,16 @@
Simply as any other Vim plugins: download manually or follow the standard procedure of your plugin manager:
* [Vundle](https://github.com/gmarik/vundle)
* `Plugin 'tomasiser/vim-code-dark'`
```
Plugin 'tomasiser/vim-code-dark'
```
* [vim-plug](https://github.com/junegunn/vim-plug)
* `Plug 'tomasiser/vim-code-dark'`
```
Plug 'tomasiser/vim-code-dark'
```
* manual
* copy all of the files to `~/.vim` (or `$HOME\vimfiles` on Windows) directory
copy all of the files to `~/.vim` (or `$HOME\vimfiles` on Windows) directory
### 2) Enable in `.vimrc`