Cleaned up README
parent
2318f7b2a8
commit
f53fe22884
|
@ -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."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue