From 74c2f7d5982c1206fbdc55bcbba3cf6f8284306c Mon Sep 17 00:00:00 2001 From: Mo8it Date: Thu, 1 Dec 2022 03:52:16 +0100 Subject: [PATCH] Fast auto completion --- .config/helix/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 1de0972..4f9a38d 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -4,8 +4,9 @@ theme = "onedark" mouse = false shell = ["fish", "-c"] cursorline = true +idle-timeout = 5 true-color = true -bufferline = "multiple" +bufferline = "always" color-modes = true [editor.lsp]