fix(illuminate): disable snacks.words when illuminate extra is enabled. Fixes #5125
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user