From 389111980450378621609fa7738ae60071babd43 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 11 Apr 2025 12:40:33 +0200 Subject: [PATCH] inline diagnostics --- home-modules/helix.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/home-modules/helix.nix b/home-modules/helix.nix index 09873a4..24add18 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -17,6 +17,7 @@ marksman # markdown vale-ls # style-checker lsp (needs vale) ltex-ls # Ltex (language tool) + vscode-langservers-extracted ] ++ (with pkgs-unstable; [ bash-language-server helix @@ -185,13 +186,13 @@ enable = false; supersend-menu = false; }; - # inline-diagnostics = { - # cursor-line = "hint"; - # other-lines = "disable"; - # prefix-len = 1; - # # max-wrap = set above - # max-diagnostics = 20; - # }; + inline-diagnostics = { + cursor-line = "hint"; + other-lines = "disable"; + prefix-len = 1; + # max-wrap = set above + max-diagnostics = 20; + }; }; keys = { normal = {