mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add indent guides and D to select until the end of the line to Helix
This commit is contained in:
parent
a5841ab9ff
commit
46d2b282ee
1 changed files with 6 additions and 9 deletions
|
@ -12,18 +12,13 @@
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
file-picker.hidden = false;
|
file-picker.hidden = false;
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
shell = [ "nu" "-c" ];
|
shell = [ "nu" "--commands" ];
|
||||||
text-width = 100;
|
text-width = 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
settings.editor.auto-pairs = {
|
settings.editor.indent-guides = {
|
||||||
"(" = ")";
|
character = "▏";
|
||||||
"{" = "}";
|
render = true;
|
||||||
"[" = "]";
|
|
||||||
"\"" = "\"";
|
|
||||||
"'" = "'";
|
|
||||||
"<" = ">";
|
|
||||||
"`" = "`";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
settings.editor.statusline.mode = {
|
settings.editor.statusline.mode = {
|
||||||
|
@ -36,6 +31,8 @@
|
||||||
render.tab = "all";
|
render.tab = "all";
|
||||||
characters.tab = "→";
|
characters.tab = "→";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
settings.keys.normal.D = "extend_to_line_end";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue