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.18k stars 50 forks source link

Use new API for detecting supported method #199

Closed ofseed closed 4 months ago

ofseed commented 4 months ago

vim.lsp.for_each_buffer_client will be deprecated after nvim 0.10.

rhcher commented 4 months ago

illuminate.lua:141 also have this issue, you can fix that in this one PR

ofseed commented 4 months ago

Done in https://github.com/RRethy/vim-illuminate/commit/c0efec1ded8eceea5bff7353e5f1ea1a61f47f48