diff --git a/book/src/configuration.md b/book/src/configuration.md index 512e368b3..f8ef1537c 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -59,7 +59,7 @@ The configuration distinguishes between three areas of the status line: Statusline elements can be defined as follows: ```toml -[editor.status-line] +[editor.statusline] left = ["mode", "spinner"] center = ["file-name"] right = ["diagnostics", "selections", "position", "file-encoding", "file-type"]