mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02: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",
|
||||
opts = { document_highlight = { enabed = false } },
|
||||
opts = { document_highlight = { enabled = false } },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue