From 6e8bf70a1a1a02d7ffd23aee8ea3f7d2b49b3367 Mon Sep 17 00:00:00 2001 From: tim3nd Date: Fri, 6 Dec 2024 12:01:42 +0800 Subject: [PATCH] fix(keymap): not shadow keymap desc so make blink.cmp happy --- lua/lean/abbreviations.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lean/abbreviations.lua b/lua/lean/abbreviations.lua index 74707357..9fab1016 100644 --- a/lua/lean/abbreviations.lua +++ b/lua/lean/abbreviations.lua @@ -164,6 +164,7 @@ local function insert_char_pre() expr = imap.expr, unique = imap.unique, callback = imap.callback, + desc = imap.desc, }) end end