From ce980de48d4255b04902a3564c4ce208aaae1e59 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 7 Jul 2025 18:58:32 +0300 Subject: [PATCH] helix: no relative line numbers --- modules/common/helix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/common/helix.nix b/modules/common/helix.nix index 7579d1c..f9a4fa7 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -160,7 +160,6 @@ in { cursorline = true; file-picker.hidden = false; idle-timeout = 0; - line-number = "relative"; shell = [ "nu" "--commands" ]; text-width = 100; };