diff --git a/dot_config/helix/config.toml b/dot_config/helix/config.toml index 08243ce..7f43aef 100644 --- a/dot_config/helix/config.toml +++ b/dot_config/helix/config.toml @@ -3,6 +3,10 @@ theme = "catppuccin_macchiato" [editor] auto-format = false #gutters = ["line-numbers", "diagnostics", "diff"] +end-of-line-diagnostics = "warning" + +[editor.inline-diagnostics] +cursor-line = "error" [editor.statusline] left = ["mode", "spinner", "spacer", "version-control", "file-name"]