1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Remove completion delay and make completion min len 0

This commit is contained in:
RGBCube 2023-11-11 08:47:58 +03:00
parent e27c30d818
commit b77967622f
No known key found for this signature in database

View file

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