An open API service indexing awesome lists of open source software.

https://github.com/vbauerster/vim-highlighter


https://github.com/vbauerster/vim-highlighter

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# highlighter.vim

Small vim plugin, which defines `:Highlight` Ex command

When invoking `:Highlight`, it prompts you to enter a color number from 1 to 6,
then highlights all matching words with that color

It is recommended you setup following mappings
```
" to highlight
nnoremap hi :Highlight
" to clear all highlights
nnoremap :call clearmatches():noh
```