From 996af4d69a7e5501b20c38e5a582a8a6548f7712 Mon Sep 17 00:00:00 2001 From: flea Date: Mon, 19 Feb 2024 17:27:18 +0800 Subject: [PATCH] fix rustaceanvim which-key desc rust debug keybind desc not show correctly at which-key --- lua/custom/plugins/rustacea.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/rustacea.lua b/lua/custom/plugins/rustacea.lua index ab0db93e..16b78484 100644 --- a/lua/custom/plugins/rustacea.lua +++ b/lua/custom/plugins/rustacea.lua @@ -12,7 +12,7 @@ return { { 'dr', 'RustLsp debuggables', - 'Rust debug', + desc = 'Rust debug', }, }, config = function()