helix: set word-completion trigger-length to 2
This commit is contained in:
parent
d3d266bf9b
commit
378828b856
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@
|
|||
mouse = true;
|
||||
bufferline = "multiple";
|
||||
soft-wrap.enable = true;
|
||||
word-completion = {
|
||||
enable = true;
|
||||
trigger-length = 2;
|
||||
};
|
||||
cursor-shape = {
|
||||
insert = "bar";
|
||||
normal = "block";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue