aboutsummaryrefslogtreecommitdiff
path: root/doc/vim-under-the-cursor.txt
blob: 2b41372640b202dfdfd34142ea5a7acc6db6f208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*vim-under-the-cursor.txt*  Highlight the word under the cursor and colors

==============================================================================
USAGE INSTRUCTIONS                                      *vim-under-the-cursor*

This plugin should work out of the box and does not require dedicated
configuration, however your Vim must use GUI colors for it to work. These
can be activated with 

  :set termguicolors


==============================================================================
EXAMPLE                                         *vim-under-the-cursor-example*

	#ff0000
	#ff000088
	#00ff00
	#00ff0088
	#0000ff
	#0000ff88

vim:tw=78:ts=8:ft=help:norl:
..