From 6fb90ca93502ca9ccbaf5511878f246ea80c0c97 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Wed, 12 Nov 2025 15:47:58 +0300 Subject: [PATCH] inline hints, errors, warnings --- roles/dotfiles/files/.config/helix/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/dotfiles/files/.config/helix/config.toml b/roles/dotfiles/files/.config/helix/config.toml index 35a4850..055cdb7 100644 --- a/roles/dotfiles/files/.config/helix/config.toml +++ b/roles/dotfiles/files/.config/helix/config.toml @@ -31,3 +31,8 @@ mouse = false [keys.normal.space] l = ":toggle lsp.display-inlay-hints" + +[editor] +end-of-line-diagnostics = "hint" +[editor.inline-diagnostics] +cursor-line = "warning" # show warnings and errors on the cursorline inline