mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(illuminate): s/enabed/enabled (#3313)
This commit is contained in:
parent
cdff9de172
commit
c9ab8224f5
1 changed files with 1 additions and 1 deletions
|
|
@ -40,6 +40,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = { document_highlight = { enabed = false } },
|
opts = { document_highlight = { enabled = false } },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue