From b8db8bbfb7b12c0c7969319496a73d8121d1dc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 10 Apr 2024 14:39:37 +0200 Subject: [PATCH] helix: Update config --- helix/config.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/helix/config.toml b/helix/config.toml index 8dfcd5e..829ed2f 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -2,7 +2,7 @@ theme = "monokai" [editor] idle-timeout = 0 -completion-trigger-len = 1 +completion-trigger-len = 2 [editor.statusline] left = [ @@ -33,3 +33,12 @@ display-inlay-hints = true [editor.cursor-shape] insert = "bar" + +[editor.file-picker] +hidden = false + +[editor.indent-guides] +render = true + +[editor.soft-wrap] +enable = true