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.12k stars 44 forks source link

`require('illuminate').setup()` instead of `require('illuminate').configure()` #194

Closed Zeioth closed 4 months ago

Zeioth commented 4 months ago

setup() is the convention, so it would be a good idea to use it instead of configure().

RRethy commented 4 months ago

Duplicate of https://github.com/RRethy/vim-illuminate/issues/112.

setup() was an always has been one of the stupidest things that became a convention for Neovim plugins.