diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-31 15:47:19 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-31 15:48:14 -0500 |
| commit | 70e3ac8640d80e3ae5a9084fb495055977cb4553 (patch) | |
| tree | 1ef12a7591053a1e32e7bc90dc3f13218ad472fe /modules/terminal/hjem/programs/helix.nix | |
| parent | 2c44fddcb44e013114c8d0d9a669c0ec91d4d7b8 (diff) | |
start using broot again
Diffstat (limited to 'modules/terminal/hjem/programs/helix.nix')
| -rw-r--r-- | modules/terminal/hjem/programs/helix.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 = { |
