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:
parent
12ed4721b6
commit
ee03d31006
2 changed files with 3 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
ll = "ls --long";
|
||||
lla = "ls --long --all";
|
||||
sl = "ls";
|
||||
|
||||
tree = "^tree -C";
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue