1
Fork 0

Cleaned up README

master
Joshua Potter 2016-11-14 20:15:58 -08:00
parent 2318f7b2a8
commit f53fe22884
1 changed files with 3 additions and 4 deletions

View File

@ -28,8 +28,8 @@ management as follows:
Plug 'jrpotter/vim-highlight' Plug 'jrpotter/vim-highlight'
``` ```
Follow use according to plugin manager you use or optionally, copy Follow use according to plugin manager you use or optionally copy
plugin/highlight.vim from this repo into $VIM_DIR/plugin. plugin/highlight.vim from this repo into ```$VIM_DIR/plugin```.
Usage Usage
----- -----
@ -56,5 +56,4 @@ Overloading of ```*```, ```#```, ```g*```, and ```g#``` is also done.
Lastly, the numeral registers are highlighted different colors but by default Lastly, the numeral registers are highlighted different colors but by default
none of the other registers are. Instead, they are initialized with the none of the other registers are. Instead, they are initialized with the
```g:highlight_register_default_color``` variable, which starts with value ```g:highlight_register_default_color``` variable, which starts with value
```Yellow```. "Yellow."