Updated README template

This commit is contained in:
Romain Lafourcade 2019-05-01 16:54:12 +02:00 committed by GitHub
parent 5180c2aa58
commit 146afd36a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -18,9 +18,9 @@ This colorscheme should be accepted by any Vim build or version on any platform
## Installation
### With a `'runtimepath'` manager
### With a runtimepath manager
Follow your `'runtimepath'` manager's instructions.
Follow your runtimepath manager's instructions.
### With a plugin manager
@ -28,7 +28,10 @@ Follow your plugin manager's instructions.
### Manually
Move `colors/$COLORSCHEME_NAME.vim` to `$HOME/.vim/colors/$COLORSCHEME_NAME.vim` (on UNIX-like systems) or `$HOME\vimfiles\colors\$COLORSCHEME_NAME.vim` (on Windows).
Move `colors/$COLORSCHEME_NAME.vim` to:
* `$HOME/.vim/colors/$COLORSCHEME_NAME.vim` on UNIX-like systems,
* `$HOME\vimfiles\colors\$COLORSCHEME_NAME.vim` on Windows.
## Hacking