Highlight linenumber for diagnostics instead of using signs, switched to non-mono font to allow for larger icons

This commit is contained in:
2025-05-28 21:14:01 +02:00
parent 0c074e2aec
commit 703c0bb087
5 changed files with 25 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ return {
-- HACK: Hack
HACK = { icon = diagnostic.hack },
-- WARN: Warn
WARN = { icon = diagnostic.warning },
WARN = { icon = diagnostic.warn },
-- PERF: Perf
PERF = { icon = diagnostic.performance },
-- NOTE: Note