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