changeset 831:cb9216ce3678

feat: show branch name in status line
author zegervdv <zegervdv@me.com>
date Sat, 06 Jan 2024 10:58:11 +0100
parents 3dc425f9ac53
children 2ec9540e9acb
files dot_config/helix/config.toml.tmpl
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/helix/config.toml.tmpl	Sat Jan 06 10:57:41 2024 +0100
+++ b/dot_config/helix/config.toml.tmpl	Sat Jan 06 10:58:11 2024 +0100
@@ -17,6 +17,9 @@
 render = true
 skip-levels = 1
 
+[editor.statusline]
+right = ["diagnostics", "version-control", "selections", "register", "position", "file-encoding"]
+
 [keys.insert]
 C-f = "move_char_right"