mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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;
|
||||
file-picker.hidden = false;
|
||||
line-number = "relative";
|
||||
mode.normal = "NORMAL";
|
||||
mode.insert = "INSERT";
|
||||
mode.select = "SELECT";
|
||||
shell = [
|
||||
"nu"
|
||||
"-c"
|
||||
];
|
||||
statusline.mode.normal = "NORMAL";
|
||||
statusline.mode.insert = "INSERT";
|
||||
statusline.mode.select = "SELECT";
|
||||
text-width = 100;
|
||||
whitespace.render.tab = "all";
|
||||
whitespace.characters.tab = "→";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue