diff --git a/helix/config.toml b/helix/config.toml index 2514fb6..491ab37 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -17,9 +17,22 @@ insert = "bar" select = "underline" [editor.statusline] -left = ["mode", "spinner", "read-only-indicator", "file-modification-indicator", "version-control"] +left = [ + "mode", + "spinner", + "read-only-indicator", + "file-modification-indicator", + "version-control", +] center = ["file-name", "total-line-numbers", "position-percentage"] -right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"] +right = [ + "diagnostics", + "selections", + "position", + "file-encoding", + "file-line-ending", + "file-type", +] separator = "│" mode.normal = "NORMAL" mode.insert = "INSERT"