From a2218c603ba47505d25004026f46fac36cde5ec8 Mon Sep 17 00:00:00 2001 From: luxus Date: Tue, 20 Feb 2024 01:49:08 +0100 Subject: [PATCH] fix(lsp): Typo in the comment --- lua/plugins/astrolsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/astrolsp.lua b/lua/plugins/astrolsp.lua index 68e039e..669ce65 100644 --- a/lua/plugins/astrolsp.lua +++ b/lua/plugins/astrolsp.lua @@ -13,7 +13,7 @@ return { features = { autoformat = true, -- enable or disable auto formatting on start codelens = true, -- enable/disable codelens refresh on start - diagnostics_mode = 3, -- diagnostic mode on start (0 = off, 1 = no signs/virtual text, 2 = no virtual text, 3 = off) + diagnostics_mode = 3, -- diagnostic mode on start (0 = off, 1 = no signs/virtual text, 2 = no virtual text, 3 = on) inlay_hints = false, -- enable/disable inlay hints on start lsp_handlers = true, -- enable/disable setting of lsp_handlers semantic_tokens = true, -- enable/disable semantic token highlighting