From bc50c49a7fe1a5c51a0943d42b96ac58da0ab3c5 Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Sat, 28 Aug 2021 02:24:31 +0900 Subject: [PATCH] Revert abbreviation support --- lua/cmp/utils/keymap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cmp/utils/keymap.lua b/lua/cmp/utils/keymap.lua index 6d56a0a..11dd880 100644 --- a/lua/cmp/utils/keymap.lua +++ b/lua/cmp/utils/keymap.lua @@ -120,7 +120,7 @@ keymap.listen = setmetatable({ end existing = existing or { lhs = keys, - rhs = keymap.t('') .. keys, + rhs = keys, expr = 0, nowait = 0, noremap = 1,