diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 24c2d83d..54f4819f 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -13,6 +13,8 @@ bufferline = "multiple" color-modes = true scrolloff = 2 jump-label-alphabet = "tnseriplfuwydhcxoaqz" +# minimum severity to show +end-of-line-diagnostics = "hint" # rulers = [120] [editor.cursor-shape] @@ -30,6 +32,10 @@ display-messages = true # and set a binding for it instead # auto-signature-help = false +[editor.inline-diagnostics] +cursor-line = "error" +other-lines = "disable" + [editor.indent-guides] render = true # character = "|"