1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix Helix config

This commit is contained in:
RGBCube 2023-05-24 19:20:07 +03:00
parent 7963427a31
commit d787460a07
No known key found for this signature in database

View file

@ -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 = "";