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.23k stars 53 forks source link

Disable default keybindings #180

Closed abhinavnatarajan closed 1 year ago

abhinavnatarajan commented 1 year ago

Is there a way to disable the default keybindings? I like to explicitly set all my own keybindings in a separate config file to make it easier for me to remember what keys I've bound and for what plugins.

RRethy commented 1 year ago

You can still set you own keymaps and ignore those from vim-illuminate, vim-illuminate won't override any existing keymaps.