fix(illuminate): disable snacks.words when illuminate extra is enabled. Fixes #5125

This commit is contained in:
Folke Lemaitre 2024-12-16 17:41:07 +01:00
parent 5ea3cfa48e
commit d0251155ab
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -2,6 +2,9 @@
-- This works with LSP, Treesitter, and regexp matching to find the other
-- instances.
return {
-- disable snacks words
{ "snacks.nvim", opts = { words = { enabled = false } } },
{
"RRethy/vim-illuminate",
event = "LazyFile",