From c28044bacd129ee4dbf28ed759682c87e2cbe6f5 Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Tue, 31 Mar 2026 19:26:30 +0200 Subject: [PATCH] helix: remove annoying inline diagnostics --- dotfiles/.config/helix/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/.config/helix/config.toml b/dotfiles/.config/helix/config.toml index f7d324c..9be4c41 100644 --- a/dotfiles/.config/helix/config.toml +++ b/dotfiles/.config/helix/config.toml @@ -26,9 +26,6 @@ render = true character = "╎" skip-levels = 1 -[editor.inline-diagnostics] -cursor-line = "warning" - [keys.normal] # move lines "A-down" = ["extend_to_line_bounds", "delete_selection", "move_line_down", "paste_before"]