From 6ef2556ae020a8d04ee6e3b75d6df82bb2d9f6e1 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sat, 9 Oct 2021 23:14:43 +0200 Subject: Initial release. --- doc/vim-under-the-cursor.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/vim-under-the-cursor.txt (limited to 'doc') 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 @@ +*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 + +vim:tw=78:ts=8:ft=help:norl: -- cgit v1.2.3