fix(illuminate): s/enabed/enabled

This commit is contained in:
Jacob Yuan 2024-05-26 00:02:36 -04:00
parent 0f6ff53ce3
commit 37577becd6

View file

@ -40,6 +40,6 @@ return {
},
{
"neovim/nvim-lspconfig",
opts = { document_highlight = { enabed = false } },
opts = { document_highlight = { enabled = false } },
},
}