mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +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 = {
|
settings.editor = {
|
||||||
color-modes = true;
|
color-modes = true;
|
||||||
completion-replace = true;
|
completion-replace = true;
|
||||||
completion-trigger-len = 0;
|
|
||||||
cursor-shape.insert = "bar";
|
cursor-shape.insert = "bar";
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
bufferline = "multiple";
|
bufferline = "multiple";
|
||||||
idle-timeout = 100;
|
idle-timeout = 10000;
|
||||||
file-picker.hidden = false;
|
file-picker.hidden = false;
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
shell = [ "nu" "--commands" ];
|
shell = [ "nu" "--commands" ];
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
ll = "ls --long";
|
ll = "ls --long";
|
||||||
lla = "ls --long --all";
|
lla = "ls --long --all";
|
||||||
sl = "ls";
|
sl = "ls";
|
||||||
|
|
||||||
|
tree = "^tree -C";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue