From 70e3ac8640d80e3ae5a9084fb495055977cb4553 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:47:19 -0500 Subject: start using broot again --- modules/terminal/hjem/programs/helix.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/terminal/hjem/programs/helix.nix') diff --git a/modules/terminal/hjem/programs/helix.nix b/modules/terminal/hjem/programs/helix.nix index 5a8db19..89d18f4 100644 --- a/modules/terminal/hjem/programs/helix.nix +++ b/modules/terminal/hjem/programs/helix.nix @@ -71,7 +71,7 @@ }: { inherit theme; editor = { - gutters = ["diff" "diagnostics" "line-numbers" "spacer" "spacer"]; + gutters = []; cursorline = true; color-modes = true; @@ -80,9 +80,9 @@ lsp.display-inlay-hints = true; statusline = { - left = ["mode" "file-name" "spacer" "file-modification-indicator"]; + left = ["mode" "file-name" "position" "spacer" "file-modification-indicator"]; right = ["spinner" "spacer" "workspace-diagnostics" "file-type"]; - separator = "x"; + separator = "+"; }; cursor-shape = { -- cgit v1.3.1