From 62906a8b3bf3fcac516d74e9096fa34493819c69 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Tue, 27 Dec 2022 07:47:03 -0600 Subject: [PATCH] chore: update helix config --- .config/helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 8a01328..34e395e 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -2,6 +2,8 @@ theme = "onedark" [editor] color-modes = true +auto-save = true +bufferline = "multiple" [editor.indent-guides] render = true \ No newline at end of file