From d7601c66e1ff29433f5c5fc6f482779ca2eb86d6 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 15 Jun 2025 15:43:29 +0200 Subject: [PATCH] add percent position --- modules/apps/terminal/helix.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/apps/terminal/helix.nix b/modules/apps/terminal/helix.nix index 3bf3b9a..3864866 100644 --- a/modules/apps/terminal/helix.nix +++ b/modules/apps/terminal/helix.nix @@ -18,6 +18,12 @@ }; soft-wrap.enable = true; + + statusline = { + left = ["mode" "spinner" "file-name" "read-only-indicator" "file-modification-indicator"]; + center = []; + right = ["diagnostics" "selections" "register" "file-encoding" "position" "position-percentage"]; + }; }; }; languages.language = [];