From 1b89aa2684ab709dbcb75ecab89f60827bbaf23d Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 12 Feb 2025 21:30:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-12 21:30:06 --- .config/helix/config.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 34f2a005..7ef14bdf 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -47,9 +47,9 @@ display-messages = true # and set a binding for it instead # auto-signature-help = false -[editor.inline-diagnostics] -cursor-line = "error" -other-lines = "disable" +# [editor.inline-diagnostics] +# cursor-line = "disable" +# other-lines = "disable" [editor.indent-guides] render = true @@ -91,7 +91,10 @@ x = ":bc" # UI settings and stuff [keys.normal.space.u] -d = ':toggle inline-diagnostics.cursor-line disable warning' +d = [ + # ':toggle inline-diagnostics.cursor-line disable hint', + ':toggle end-of-line-diagnostics hint disable', +] w = ':toggle soft-wrap.enable' [keys.select.g]