Add back tiny inline diagnostics now that its matured, and with better config

This commit is contained in:
Martin Larsson 2025-07-19 16:06:00 +02:00
parent fb6de1388c
commit adc54f618a
2 changed files with 23 additions and 3 deletions

View file

@ -29,9 +29,11 @@ local sev = vim.diagnostic.severity
vim.diagnostic.config({
underline = true,
-- This enables the diagnostics at end of line
virtual_text = {
prefix = "",
},
-- virtual_text = {
-- prefix = "●",
-- },
-- Disable this whilst using tiny inline diagnostics
virtual_text = false,
-- This enables the separate buffer diagnostics
-- virtual_lines = true,
update_in_insert = true,