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.23k
stars
53
forks
source link
`require('illuminate').setup()` instead of `require('illuminate').configure()` #194
setup()
is the convention, so it would be a good idea to use it instead ofconfigure()
.