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
|
-- This works with LSP, Treesitter, and regexp matching to find the other
|
||||||
-- instances.
|
-- instances.
|
||||||
return {
|
return {
|
||||||
|
-- disable snacks words
|
||||||
|
{ "snacks.nvim", opts = { words = { enabled = false } } },
|
||||||
|
|
||||||
{
|
{
|
||||||
"RRethy/vim-illuminate",
|
"RRethy/vim-illuminate",
|
||||||
event = "LazyFile",
|
event = "LazyFile",
|
||||||
|
Reference in New Issue
Block a user