yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
461 stars 54 forks source link

highlight on hover #406

Closed lucas-mior closed 11 months ago

lucas-mior commented 11 months ago

Is there a way to run LspHighlight when cursor stays for some time on a keyword? And then, when cursor moves, clear the highlight? I know that vim-lsp can do it.

lucas-mior commented 11 months ago

Just found the autoHighlight option.