From dcc9008e6cdd4d975fc67838c5f5976540c37336 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 6 Jan 2025 09:44:12 -0500 Subject: [PATCH] Updated helix config --- dot_config/helix/config.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"]