mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Fix Helix config
This commit is contained in:
parent
7963427a31
commit
d787460a07
1 changed files with 3 additions and 3 deletions
|
@ -23,13 +23,13 @@
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
file-picker.hidden = false;
|
file-picker.hidden = false;
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
mode.normal = "NORMAL";
|
|
||||||
mode.insert = "INSERT";
|
|
||||||
mode.select = "SELECT";
|
|
||||||
shell = [
|
shell = [
|
||||||
"nu"
|
"nu"
|
||||||
"-c"
|
"-c"
|
||||||
];
|
];
|
||||||
|
statusline.mode.normal = "NORMAL";
|
||||||
|
statusline.mode.insert = "INSERT";
|
||||||
|
statusline.mode.select = "SELECT";
|
||||||
text-width = 100;
|
text-width = 100;
|
||||||
whitespace.render.tab = "all";
|
whitespace.render.tab = "all";
|
||||||
whitespace.characters.tab = "→";
|
whitespace.characters.tab = "→";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue