diff options
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 = { |
