/vim-highlight

A simple vim plugin that allows for multiple levels of highlighting.

Primary LanguageVim ScriptOtherNOASSERTION

vim-highlight

This simple plugin will add six different possibilities for highlighting interesting repetitive words.

The default mappings are <leader> 1-6 for the six colors.

installation

Asuming you're using vim-plugged:

  Plug 'BjornMulder/vim-highlight'

If you want to define your own mappings first set

let g:vim_highlight_map_keys = 0;