From 37577becd680bfa6a476811f2c606d2d709738b2 Mon Sep 17 00:00:00 2001 From: Jacob Yuan Date: Sun, 26 May 2024 00:02:36 -0400 Subject: [PATCH] fix(illuminate): s/enabed/enabled --- 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 } }, }, }