feat: add keybind status bar widget

This widget will show the state of the leader key sequence being
processed.
This commit is contained in:
CJ van den Berg 2024-12-12 17:04:01 +01:00
parent a5849a7dab
commit 4e03fc99d4
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 45 additions and 1 deletions

View file

@ -18,6 +18,6 @@ indent_size: usize = 4,
tab_width: usize = 8,
top_bar: []const u8 = "",
bottom_bar: []const u8 = "mode file log selection diagnostics linenumber",
bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber",
lsp_request_timeout: usize = 10,