fix(illuminate): s/enabed/enabled (#3313)

This commit is contained in:
jyuan0 2024-05-26 04:38:28 -04:00 committed by Rubin Bhandari
parent cf6177422e
commit 562c595cfa

View file

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