fix rustaceanvim which-key desc
rust debug keybind desc not show correctly at which-key
This commit is contained in:
parent
be35cd5a14
commit
996af4d69a
|
@ -12,7 +12,7 @@ return {
|
||||||
{
|
{
|
||||||
'<leader>dr',
|
'<leader>dr',
|
||||||
'<cmd>RustLsp debuggables<cr>',
|
'<cmd>RustLsp debuggables<cr>',
|
||||||
'Rust debug',
|
desc = 'Rust debug',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
|
|
Loading…
Reference in New Issue