RRethy / vim-illuminate

illuminate.vim - (Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching.
2.14k stars 47 forks source link

border around the word highlighted #91

Closed jrafaaael closed 2 years ago

jrafaaael commented 2 years ago

I want to reproduce the behavior of VSCode for highlight the word under the cursor with a border (and the highlight color): Screenshot at 2022-01-03 18-48-27 With this plugin I can highlight the word. I there any way to put the border around of these?

RRethy commented 2 years ago

This isn't possible in a terminal and Neovim doesn't provide a way to do this for GUIs.

jrafaaael commented 2 years ago

@RRethy thank you!