From c9ab8224f54fb6e93050fab1043b9d1efb917c23 Mon Sep 17 00:00:00 2001 From: jyuan0 Date: Sun, 26 May 2024 04:38:28 -0400 Subject: [PATCH] fix(illuminate): s/enabed/enabled (#3313) --- lua/lazyvim/plugins/extras/editor/illuminate.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/editor/illuminate.lua b/lua/lazyvim/plugins/extras/editor/illuminate.lua index 6fef79b4..d4f4bf89 100644 --- a/lua/lazyvim/plugins/extras/editor/illuminate.lua +++ b/lua/lazyvim/plugins/extras/editor/illuminate.lua @@ -40,6 +40,6 @@ return { }, { "neovim/nvim-lspconfig", - opts = { document_highlight = { enabed = false } }, + opts = { document_highlight = { enabled = false } }, }, }