illuminate.vim - (Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching.
Expected behavior
Bool option to enable the default mappings, which when set to nil (default) would use the current plugin behavior of only setting them if the keys are not already mapped.
Describe the bug
<a-i>
gets conditionally mapped by the plugin, without an option to prevent it.To Reproduce Steps to reproduce the behavior (include minimal
init.vim
or.vimrc
):Output from
:IlluminateDebug
Expected behavior Bool option to enable the default mappings, which when set to nil (default) would use the current plugin behavior of only setting them if the keys are not already mapped.
Screenshots N/A
Additional context This is similar to #202