style(helix): format statusline arrays for readability
This commit is contained in:
+15
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user