mirror of https://github.com/helix-editor/helix
chore(statusline): adjust documentation following the config field refactoring
parent
5cb4e76432
commit
42654fdc57
|
@ -59,7 +59,7 @@ The configuration distinguishes between three areas of the status line:
|
||||||
Statusline elements can be defined as follows:
|
Statusline elements can be defined as follows:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[editor.status-line]
|
[editor.statusline]
|
||||||
left = ["mode", "spinner"]
|
left = ["mode", "spinner"]
|
||||||
center = ["file-name"]
|
center = ["file-name"]
|
||||||
right = ["diagnostics", "selections", "position", "file-encoding", "file-type"]
|
right = ["diagnostics", "selections", "position", "file-encoding", "file-type"]
|
||||||
|
|
Loading…
Reference in New Issue