From cc7b321aaa6b668794cc4e374e43adbb1e7459b6 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 12 Jan 2025 17:31:48 +0300 Subject: [PATCH] Enable inline diagnostics ONLY for other lines --- modules/common/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/helix.nix b/modules/common/helix.nix index 0dc34c5..ed45859 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -135,7 +135,7 @@ in { }; settings.editor.inline-diagnostics = { - cursor-line = "hint"; + cursor-line = "disable"; other-lines = "hint"; };