fix(astrolsp): `lsp_handlers` removed and moved to a full config table

pull/8/head
Micah Halter 2024-02-22 08:50:51 -05:00
parent 046d464243
commit 51d6413e03
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ return {
codelens = true, -- enable/disable codelens refresh 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 = on) 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 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 semantic_tokens = true, -- enable/disable semantic token highlighting
}, },
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on -- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on