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

Don't autosuggest and color tree

This commit is contained in:
RGBCube 2023-11-19 20:32:25 +03:00
parent 12ed4721b6
commit ee03d31006
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -9,11 +9,10 @@
settings.editor = {
color-modes = true;
completion-replace = true;
completion-trigger-len = 0;
cursor-shape.insert = "bar";
cursorline = true;
bufferline = "multiple";
idle-timeout = 100;
idle-timeout = 10000;
file-picker.hidden = false;
line-number = "relative";
shell = [ "nu" "--commands" ];

View file

@ -16,6 +16,8 @@
ll = "ls --long";
lla = "ls --long --all";
sl = "ls";
tree = "^tree -C";
};
};
})