aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorspectre2562023-06-08 19:34:07 +0000
committerGitHub2023-06-08 19:34:07 +0000
commit00b152facd8cc9d671f1781a3b931bcc9830efce (patch)
tree96816ca91e57199709ba380188a6f493ee35e9a4 /book/src
parent993c68ad6f9d15c3870871ae5be16ebbd4de0382 (diff)
Add register statusline element (#7222)
Diffstat (limited to 'book/src')
-rw-r--r--book/src/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md
index 5df63207..b7ddfdef 100644
--- a/book/src/configuration.md
+++ b/book/src/configuration.md
@@ -117,6 +117,7 @@ The following statusline elements can be configured:
| `separator` | The string defined in `editor.statusline.separator` (defaults to `"│"`) |
| `spacer` | Inserts a space between elements (multiple/contiguous spacers may be specified) |
| `version-control` | The current branch name or detached commit hash of the opened workspace |
+| `register` | The current selected register |
### `[editor.lsp]` Section