fix!: diagnostics configuration moved to AstroCore

This commit is contained in:
Micah Halter
2024-03-05 14:13:36 -05:00
parent d1c8c8c9a6
commit 9e3be30b92
2 changed files with 6 additions and 6 deletions

View File

@ -14,15 +14,9 @@ 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 = on)
inlay_hints = false, -- enable/disable inlay hints on start
semantic_tokens = true, -- enable/disable semantic token highlighting
},
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
diagnostics = {
virtual_text = true,
underline = true,
},
-- customize lsp formatting options
formatting = {
-- control auto formatting on save