From 51d6413e0350fd3523074d904167fabaefe9c939 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Thu, 22 Feb 2024 08:50:51 -0500 Subject: [PATCH] fix(astrolsp): `lsp_handlers` removed and moved to a full config table --- lua/plugins/astrolsp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/astrolsp.lua b/lua/plugins/astrolsp.lua index 669ce65..d250afd 100644 --- a/lua/plugins/astrolsp.lua +++ b/lua/plugins/astrolsp.lua @@ -15,7 +15,6 @@ return { 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 = 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 }, -- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on