fix rustaceanvim which-key desc

rust debug keybind desc not show correctly at which-key
pull/632/head
flea 1 year ago
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…
Cancel
Save