mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
helix: update config
This commit is contained in:
parent
436297a17c
commit
c7ba06fd0e
1 changed files with 19 additions and 16 deletions
|
@ -157,19 +157,17 @@ in {
|
||||||
auto-completion = false;
|
auto-completion = false;
|
||||||
bufferline = "multiple";
|
bufferline = "multiple";
|
||||||
color-modes = true;
|
color-modes = true;
|
||||||
completion-replace = true;
|
|
||||||
cursor-shape.insert = "bar";
|
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
file-picker.hidden = false;
|
file-picker.hidden = false;
|
||||||
idle-timeout = 0;
|
idle-timeout = 0;
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
shell = [ "bash" "-c" ];
|
|
||||||
text-width = 100;
|
text-width = 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
settings.editor.indent-guides = {
|
settings.editor.cursor-shape = {
|
||||||
character = "▏";
|
insert = "bar";
|
||||||
render = true;
|
normal = "block";
|
||||||
|
select = "underline";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings.editor.statusline.mode = {
|
settings.editor.statusline.mode = {
|
||||||
|
@ -178,14 +176,19 @@ in {
|
||||||
select = "SELECT";
|
select = "SELECT";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
settings.editor.indent-guides = {
|
||||||
|
character = "▏";
|
||||||
|
render = true;
|
||||||
|
};
|
||||||
|
|
||||||
settings.editor.whitespace = {
|
settings.editor.whitespace = {
|
||||||
characters.tab = "→";
|
characters.tab = "→";
|
||||||
render.tab = "all";
|
render.tab = "all";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings.keys = genAttrs [ "normal" "select" ] (const {
|
settings.keys = genAttrs [ "normal" "select" ] <| const {
|
||||||
D = "extend_to_line_end";
|
D = "extend_to_line_end";
|
||||||
});
|
};
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue