aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 56bd82a8f2db7215a6c232875e191257d7e92e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# vim-under-the-cursor

Underlines all occurances of the word under the cursor and additionally
displays the color under the cursor if it is written as a hex value. The
alpha-channel (#rgba colors) is also supported and changes the brightness of
colors.

![screenshot](/screenshot.png)

## Installation

This should be sufficient:

    git clone https://git.entwicklerseite.de/vim-under-the-cursor \
        ~/.vim/pack/coderonline/start/vim-under-the-cursor

Or as submodule:

    git submodule add https://git.entwicklerseite.de/vim-under-the-cursor \
        ~/.vim/pack/coderonline/start/vim-under-the-cursor

Or download the zip file and extract it under `~/.vim/pack/coderonline/start/`.

## Installation using plugin managers

### vim-plug

    Plug 'coderonline/vim-under-the-cursor'

### dein.vim

    call dein#add('coderonline/vim-under-the-cursor')

..