/denops-yankedhighlight

Primary LanguageTypeScriptMIT LicenseMIT

denops-yankedhighlight

Highlight the yanked area.(Inspired by machakann/vim-highlightedyank))

Requirements

This requires Deno and denops.vim.

Usage

There is no need for configuration, as the highlight event is automatically triggered by the TextYankPost event.

Highlight Duration

Set highlight duration(ms).

" Default
let g:yankedhighlight_duration = 1000

Highlight Background Color

Set highlight background color.

" Default
let g:yankedhighlight_bg_color= 228

Highlight Foreground Color

Set highlight foreground color.

" Default
let g:yankedhighlight_fg_color= 16