From f53fe22884c4701799645fac8e2e55bfd45e96f4 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Mon, 14 Nov 2016 20:15:58 -0800 Subject: [PATCH] Cleaned up README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e00043..1437c40 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ management as follows: Plug 'jrpotter/vim-highlight' ``` -Follow use according to plugin manager you use or optionally, copy -plugin/highlight.vim from this repo into $VIM_DIR/plugin. +Follow use according to plugin manager you use or optionally copy +plugin/highlight.vim from this repo into ```$VIM_DIR/plugin```. Usage ----- @@ -56,5 +56,4 @@ Overloading of ```*```, ```#```, ```g*```, and ```g#``` is also done. Lastly, the numeral registers are highlighted different colors but by default none of the other registers are. Instead, they are initialized with the ```g:highlight_register_default_color``` variable, which starts with value -```Yellow```. - +"Yellow."