From 04dcf9989d8e78c36a3140d2900f34c31461a96a Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 14 Jan 2025 18:54:44 +0300 Subject: [PATCH] Disable end of line diagnostics, am I getting old? --- modules/common/helix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/common/helix.nix b/modules/common/helix.nix index 096ca34..efc3ba7 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -121,7 +121,6 @@ in { completion-trigger-len = 0; cursor-shape.insert = "bar"; cursorline = true; - end-of-line-diagnostics = "hint"; file-picker.hidden = false; idle-timeout = 0; line-number = "relative";