mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +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.theme = "base16_transparent";
|
||||||
|
|
||||||
settings.editor = {
|
settings.editor = {
|
||||||
color-modes = true;
|
color-modes = true;
|
||||||
completion-replace = true;
|
completion-replace = true;
|
||||||
cursor-shape.insert = "bar";
|
completion-trigger-len = 0;
|
||||||
cursorline = true;
|
cursor-shape.insert = "bar";
|
||||||
bufferline = "multiple";
|
cursorline = true;
|
||||||
file-picker.hidden = false;
|
bufferline = "multiple";
|
||||||
line-number = "relative";
|
file-picker.hidden = false;
|
||||||
shell = [ "nu" "--commands" ];
|
line-number = "relative";
|
||||||
text-width = 100;
|
shell = [ "nu" "--commands" ];
|
||||||
|
text-width = 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
settings.editor.indent-guides = {
|
settings.editor.indent-guides = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue