Skip to content

Commit a33bdb3

Browse files
committed
helix: fix config
1 parent e4053e4 commit a33bdb3

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

apps/helix/helix.nix

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,15 @@
2020
editor = {
2121
cursorline = true;
2222
cursorcolumn = false;
23-
gutters = [ "diagnostics" "spacer" "line-numbers" "spacer" ];
2423
auto-completion = true;
2524
auto-format = true;
2625
auto-save = false;
27-
statusline = {
28-
left = [ "mode" "spinner" "file-name" ];
29-
center = [ "diagnostics" ];
30-
right = [ "position" "total-line-numbers" "file-type" "version-control" ];
31-
};
3226
scrolloff = 5;
3327
auto-pairs = true;
34-
whitespace = {
35-
render = "all";
36-
characters = {
37-
space = "·";
38-
nbsp = "⍽";
39-
tab = "⇥";
40-
};
41-
};
4228
};
4329
};
4430
};
4531
home.packages = with pkgs; [
46-
# nil
4732
nixd
4833
];
4934
}

0 commit comments

Comments
 (0)