helix: set word-completion trigger-length to 2

This commit is contained in:
Bloxx12 2025-07-19 00:45:13 +02:00
commit 378828b856
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -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";