1
Fork 0
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:
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 = { 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" ];