Highlight linenumber for diagnostics instead of using signs, switched to non-mono font to allow for larger icons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user