Skip to content

Highlights things under the cursor, underlines the current word and displays #rrggbb[aa] colors.

Notifications You must be signed in to change notification settings

coderonline/vim-under-the-cursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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')

About

Highlights things under the cursor, underlines the current word and displays #rrggbb[aa] colors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published