mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(illuminate): disable snacks.words when illuminate extra is enabled. Fixes #5125
This commit is contained in:
parent
5ea3cfa48e
commit
d0251155ab
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue