1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

helix: update config

This commit is contained in:
RGBCube 2025-05-29 23:30:59 +03:00
parent 436297a17c
commit c7ba06fd0e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -157,19 +157,17 @@ in {
auto-completion = false;
bufferline = "multiple";
color-modes = true;
completion-replace = true;
cursor-shape.insert = "bar";
cursorline = true;
file-picker.hidden = false;
idle-timeout = 0;
line-number = "relative";
shell = [ "bash" "-c" ];
text-width = 100;
};
settings.editor.indent-guides = {
character = "";
render = true;
settings.editor.cursor-shape = {
insert = "bar";
normal = "block";
select = "underline";
};
settings.editor.statusline.mode = {
@ -178,14 +176,19 @@ in {
select = "SELECT";
};
settings.editor.indent-guides = {
character = "";
render = true;
};
settings.editor.whitespace = {
characters.tab = "";
render.tab = "all";
};
settings.keys = genAttrs [ "normal" "select" ] (const {
settings.keys = genAttrs [ "normal" "select" ] <| const {
D = "extend_to_line_end";
});
};
};
}];