From 2fb22f045c2046107b1981076a1aeef7b507c46c Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 28 Nov 2023 20:14:51 +0000 Subject: [PATCH] Reduced the amount of time it takes of LSP to start making autosugestions --- helix/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helix/config.toml b/helix/config.toml index 077334e..ab69229 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -3,7 +3,8 @@ theme = "onedark" [editor] line-number = "relative" bufferline = "always" -completion-trigger-len = 500 +idle-timeout = 0 +completion-trigger-len = 1 [editor.soft-wrap] enable = true