fix rustaceanvim which-key desc

rust debug keybind desc not show correctly at which-key
This commit is contained in:
flea 2024-02-19 17:27:18 +08:00
parent be35cd5a14
commit 996af4d69a
1 changed files with 1 additions and 1 deletions

View File

@ -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()