Bring back old diagnostics, disable virtual line

This commit is contained in:
Martin Larsson 2025-05-11 16:26:15 +02:00
parent 8db7fef98b
commit bfcc1e9720

View file

@ -29,11 +29,11 @@ local sev = vim.diagnostic.severity
vim.diagnostic.config({ vim.diagnostic.config({
underline = true, underline = true,
-- This enables the diagnostics at end of line -- This enables the diagnostics at end of line
-- virtual_text = { virtual_text = {
-- prefix = "●", prefix = "",
-- }, },
-- This enables the separate buffer diagnostics -- This enables the separate buffer diagnostics
virtual_lines = true, -- virtual_lines = true,
update_in_insert = true, update_in_insert = true,
signs = { signs = {
text = { text = {