From 28e6509751e97f24106b65e3b551d1bef1b7af44 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:35:40 +0000 Subject: [PATCH] docs: mention editor.statusline.unobtrusive option --- book/src/editor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/editor.md b/book/src/editor.md index 82d5f8461..be8d323ba 100644 --- a/book/src/editor.md +++ b/book/src/editor.md @@ -84,6 +84,7 @@ The `[editor.statusline]` key takes the following sub-keys: | `mode.normal` | The text shown in the `mode` element for normal mode | `"NOR"` | | `mode.insert` | The text shown in the `mode` element for insert mode | `"INS"` | | `mode.select` | The text shown in the `mode` element for select mode | `"SEL"` | +| `unobtrusive` | If set, the background of the statusline won't block the last line text in the buffer | `false` | The following statusline elements can be configured: