From 42654fdc57ff6633c69b8ed894b0f417ce3fcf8f Mon Sep 17 00:00:00 2001 From: etienne-k <2804556+etienne-k@users.noreply.github.com> Date: Fri, 1 Jul 2022 22:24:41 +0200 Subject: [PATCH] chore(statusline): adjust documentation following the config field refactoring --- book/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]