mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
helix: update config
This commit is contained in:
parent
436297a17c
commit
c7ba06fd0e
1 changed files with 19 additions and 16 deletions
|
@ -154,22 +154,20 @@ in {
|
|||
settings.theme = "gruvbox_dark_hard";
|
||||
|
||||
settings.editor = {
|
||||
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;
|
||||
auto-completion = false;
|
||||
bufferline = "multiple";
|
||||
color-modes = true;
|
||||
cursorline = true;
|
||||
file-picker.hidden = false;
|
||||
idle-timeout = 0;
|
||||
line-number = "relative";
|
||||
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";
|
||||
});
|
||||
};
|
||||
};
|
||||
}];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue