From 1562c63934ed5aed8bb80b3e19b4a47ae80b2e29 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 16 Nov 2023 13:33:38 +0000 Subject: [PATCH] Reduced wait time for autocomplete popup in helix --- helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/helix/config.toml b/helix/config.toml index bc7514a..077334e 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -3,6 +3,7 @@ theme = "onedark" [editor] line-number = "relative" bufferline = "always" +completion-trigger-len = 500 [editor.soft-wrap] enable = true