Update signcolumn, show diagnostics colored line numbers, remove

diagnostics signs from column. Remove tiny inline diagnostics and
re-enable virtual text with a circle icon instead of a box icon.
from c
This commit is contained in:
Martin Larsson 2025-02-19 00:05:31 +00:00
parent aa526204b5
commit e216142783
5 changed files with 42 additions and 38 deletions

View file

@ -22,7 +22,7 @@ opt.softtabstop = 4
opt.shortmess:append("sI")
-- Signcolumn
opt.signcolumn = "yes:2" -- Adds a spacing to the left which can contain gutter icons
opt.signcolumn = "yes:1" -- Adds a spacing to the left which can contain gutter icons
opt.fillchars = { eob = " " } -- Remove the fill character for empty lines which defaults to: "~"
-- Search
@ -66,8 +66,6 @@ opt.termsync = true
opt.scrolloff = 4
-- Whitespaces
-- opt.listchars = { tab = "→\"", trail = "·", nbsp = "␣" }
-- opt.list = true
opt.list = false
return opt