Merge pull request #14 from mithun-daa/patch-1
Fix formatting on the README
This commit is contained in:
commit
7eb2f257a4
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue