From 5daf61c46d00b61583a3f41668759a94b8e5b136 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Wed, 12 Nov 2025 15:55:55 +0300 Subject: [PATCH] inline hints, errors, warnings: fix --- roles/dotfiles/files/.config/helix/config.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/roles/dotfiles/files/.config/helix/config.toml b/roles/dotfiles/files/.config/helix/config.toml index 055cdb7..cb2fdb3 100644 --- a/roles/dotfiles/files/.config/helix/config.toml +++ b/roles/dotfiles/files/.config/helix/config.toml @@ -6,6 +6,10 @@ true-color = true whitespace.render = "all" mouse = false # bufferline = "multiple" +end-of-line-diagnostics = "hint" + +[editor.inline-diagnostics] +cursor-line = "warning" # show warnings and errors on the cursorline inline [keys.normal] "и" = "insert_mode" @@ -31,8 +35,3 @@ 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