mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Set Helix trigger len to 0
This commit is contained in:
parent
b5a3af0df5
commit
0b142c529d
1 changed files with 10 additions and 9 deletions
|
@ -8,15 +8,16 @@
|
|||
settings.theme = "base16_transparent";
|
||||
|
||||
settings.editor = {
|
||||
color-modes = true;
|
||||
completion-replace = true;
|
||||
cursor-shape.insert = "bar";
|
||||
cursorline = true;
|
||||
bufferline = "multiple";
|
||||
file-picker.hidden = false;
|
||||
line-number = "relative";
|
||||
shell = [ "nu" "--commands" ];
|
||||
text-width = 100;
|
||||
color-modes = true;
|
||||
completion-replace = true;
|
||||
completion-trigger-len = 0;
|
||||
cursor-shape.insert = "bar";
|
||||
cursorline = true;
|
||||
bufferline = "multiple";
|
||||
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