From bed3e5ca5c5c5c64b0326ac399440b2b9e32d597 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Sun, 19 Jan 2025 10:44:48 -0600 Subject: [PATCH] chore: update helix config --- .config/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 7dcdd83..150d45d 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -7,7 +7,7 @@ bufferline = "multiple" end-of-line-diagnostics = "hint" [editor.inline-diagnostics] -cursor-line = "error" +cursor-line = "warning" [editor.indent-guides] render = true