From 08e9ab363e3486034db0de4a42992c86bfedfb2c Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Thu, 5 May 2022 13:38:30 +0530 Subject: [PATCH] plugins/cmp: Use keymaps for command line too. will be used if cmp triggered in command line mode --- lua/plugins/configs/cmp.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/configs/cmp.lua b/lua/plugins/configs/cmp.lua index dca01c5..ddabb8a 100644 --- a/lua/plugins/configs/cmp.lua +++ b/lua/plugins/configs/cmp.lua @@ -69,6 +69,7 @@ local options = { end, { "i", "s", + "c", }), [""] = cmp.mapping(function(fallback) if cmp.visible() then @@ -81,6 +82,7 @@ local options = { end, { "i", "s", + "c", }), }, sources = {