dotfiles.git

commit f80a1c95f9b8aa8acb8d42d02c66c5d084f4b2ae

Author: Adam <git@apiote.xyz>

statusline in helix

 .config/helix/config.toml | 2 +-


diff --git a/.config/helix/config.toml b/.config/helix/config.toml
index 978efad8e474f5bd02b14ded240a261d582baca7..a5636c0036a91411d6a205c2f2237445596e3991 100644
--- a/.config/helix/config.toml
+++ b/.config/helix/config.toml
@@ -16,7 +16,7 @@
 [editor.statusline]
 left = ["file-name", "file-type", "file-modification-indicator"]
 center = ["spinner"]
-right = ["mode", "version-control", "diagnostics", "position"]
+right = ["mode", "version-control", "position", "diagnostics"]
 mode.normal = ""
 mode.insert = "I"
 mode.select = "S"