feat: add keybind status bar widget
This widget will show the state of the leader key sequence being processed.
This commit is contained in:
parent
a5849a7dab
commit
4e03fc99d4
3 changed files with 45 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue