From eb2e78a4c5d2cd7141f090f2e7323e54d2d215a6 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Thu, 15 Dec 2022 01:14:47 -0500 Subject: [PATCH] helix: new config options for 22.12 --- helix/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/helix/config.toml b/helix/config.toml index 0e6ccda..153cc88 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1,6 +1,9 @@ theme = "onedark" [editor] +auto-save = true +bufferline = "multiple" +color-modes = true line-number = "relative" mouse = false true-color = true @@ -12,3 +15,8 @@ select = "underline" [editor.file-picker] hidden = false + +[editor.statusline] +mode.normal = "normal" +mode.insert = "insert" +mode.select = "select"