diff options
| author | Max Christian Pohle | 2021-10-09 23:14:43 +0200 |
|---|---|---|
| committer | Max Christian Pohle | 2021-10-09 23:14:43 +0200 |
| commit | 6ef2556ae020a8d04ee6e3b75d6df82bb2d9f6e1 (patch) | |
| tree | 2d436e3c4a5772abc4093fd324a87b1713920bca /doc | |
| download | vim-under-the-cursor-6ef2556ae020a8d04ee6e3b75d6df82bb2d9f6e1.tar.bz2 vim-under-the-cursor-6ef2556ae020a8d04ee6e3b75d6df82bb2d9f6e1.zip | |
Initial release.
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: | ||
