diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vim-under-the-cursor.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/vim-under-the-cursor.txt b/doc/vim-under-the-cursor.txt new file mode 100644 index 0000000..a799d82 --- /dev/null +++ b/doc/vim-under-the-cursor.txt | |||
@@ -0,0 +1,12 @@ | |||
1 | *vim-under-the-cursor.txt* Highlight the word under the cursor and colors | ||
2 | |||
3 | ============================================================================== | ||
4 | USAGE INSTRUCTIONS *vim-under-the-cursor* | ||
5 | |||
6 | This plugin should work out of the box and does not require dedicated | ||
7 | configuration, however your Vim must use GUI colors for it to work. These | ||
8 | can be activated with | ||
9 | |||
10 | :set termguicolors | ||
11 | |||
12 | vim:tw=78:ts=8:ft=help:norl: | ||