aboutsummaryrefslogtreecommitdiff
path: root/doc/vim-under-the-cursor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/vim-under-the-cursor.txt')
-rw-r--r--doc/vim-under-the-cursor.txt12
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==============================================================================
4USAGE INSTRUCTIONS *vim-under-the-cursor*
5
6This plugin should work out of the box and does not require dedicated
7configuration, however your Vim must use GUI colors for it to work. These
8can be activated with
9
10 :set termguicolors
11
12vim:tw=78:ts=8:ft=help:norl:
..