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

Add docs for `Write`/`Read` lsp highlight groups #63

Closed RRethy closed 3 years ago

RRethy commented 3 years ago

Turns out some servers (pyls) use these instead of Text for DocumentHighlightKind so I should add them to the docs.