From ec98fb63f60cee605794d7cd5aac06695a8f5859 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 13 Feb 2025 12:00:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-13 12:00:06 --- .config/helix/config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 7ef14bdf..9dab888b 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -15,7 +15,7 @@ color-modes = true scrolloff = 2 jump-label-alphabet = "tnseriplfuwydhcxoaqz" # minimum severity to show -end-of-line-diagnostics = "hint" +end-of-line-diagnostics = "disable" # rulers = [120] [editor.whitespace.render] @@ -47,9 +47,9 @@ display-messages = true # and set a binding for it instead # auto-signature-help = false -# [editor.inline-diagnostics] -# cursor-line = "disable" -# other-lines = "disable" +[editor.inline-diagnostics] +cursor-line = "hint" +other-lines = "disable" [editor.indent-guides] render = true @@ -92,8 +92,8 @@ x = ":bc" # UI settings and stuff [keys.normal.space.u] d = [ - # ':toggle inline-diagnostics.cursor-line disable hint', ':toggle end-of-line-diagnostics hint disable', + ':toggle inline-diagnostics.cursor-line disable hint', ] w = ':toggle soft-wrap.enable'