From 87eda59034ab87017e214986011f94d89e10f84a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 13 Feb 2025 12:15:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-13 12:15:07 --- .config/helix/config.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 9dab888b..46083299 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -48,7 +48,7 @@ display-messages = true # auto-signature-help = false [editor.inline-diagnostics] -cursor-line = "hint" +cursor-line = "disable" other-lines = "disable" [editor.indent-guides] @@ -91,10 +91,8 @@ x = ":bc" # UI settings and stuff [keys.normal.space.u] -d = [ - ':toggle end-of-line-diagnostics hint disable', - ':toggle inline-diagnostics.cursor-line disable hint', -] +d = [':toggle end-of-line-diagnostics hint disable'] +D = ':toggle inline-diagnostics.cursor-line disable hint' w = ':toggle soft-wrap.enable' [keys.select.g]