mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +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
|
@ -9,13 +9,15 @@
|
|||
settings.theme = "gruvbox_dark_hard";
|
||||
|
||||
settings.editor = {
|
||||
color-modes = true;
|
||||
cursor-shape.insert = "bar";
|
||||
cursorline = true;
|
||||
file-picker.hidden = false;
|
||||
line-number = "relative";
|
||||
shell = [ "nu" "--commands" ];
|
||||
text-width = 100;
|
||||
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" ];
|
||||
text-width = 100;
|
||||
};
|
||||
|
||||
settings.editor.indent-guides = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue