mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Remove completion delay and make completion min len 0
This commit is contained in:
parent
e27c30d818
commit
b77967622f
1 changed files with 9 additions and 7 deletions
|
@ -10,8 +10,10 @@
|
||||||
|
|
||||||
settings.editor = {
|
settings.editor = {
|
||||||
color-modes = true;
|
color-modes = true;
|
||||||
|
completion-trigger-len = 0;
|
||||||
cursor-shape.insert = "bar";
|
cursor-shape.insert = "bar";
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
|
idle-timeout = 0;
|
||||||
file-picker.hidden = false;
|
file-picker.hidden = false;
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
shell = [ "nu" "--commands" ];
|
shell = [ "nu" "--commands" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue