vim-highlighter : Highlight words and expressions
script karma |
Rating 29/10,
Downloaded by 747 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Azabiong |
|
script type |
utility |
|
description |
Highlighting keywords or lines can be useful when analyzing code, reviewing summaries, and
quickly comparing spellings. This plugin extends Vim's highlighting capabilities with additional
features such as saving and loading highlights, finding variables, and customizing colors.
FEATURES SUMMARY
* Easy highlighting words under the cursor or pattern
* Save & Load Highlights
* One Time Highlight
* Following Highlight
* Find in Files Highlight
* Customizing Colors
README
https://github.com/azabiong/vim-highlighter
HELP
:h Highlighter
|
|
install details |
If you already have a plugin manager, it will be handy to use it.
To install the plugin from the downloaded archive using Vim 8 native pack feature, it may be
convenient to run the following commands using copy and paste from the downloaded location.
(Linux, Mac)
PLUG="$HOME/.vim/pack/azabiong/start"
mkdir -p "$PLUG"
unzip -o -d "$PLUG" vim-highlighter.zip
vim -u NONE -c "helptags $PLUG/vim-highlighter/doc" -c q
(Windows)
cmd.exe
set PLUG="%USERPROFILE%/vimfiles/pack/azabiong/start"
mkdir %PLUG%
unzip -o -d %PLUG% vim-highlighter.zip
vim -u NONE -c "helptags %PLUG%/vim-highlighter/doc" -c q
In your vimrc:
set encoding=utf-8 " recommended for correct Unicode characters output
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 34.204.174.110
|