From 0dcc2eb5d32a71fac60f507c71dd17b4711b4b76 Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Sat, 16 Oct 2021 11:55:47 +0900 Subject: [PATCH] Remove C-c mapping --- lua/cmp/config/default.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/cmp/config/default.lua b/lua/cmp/config/default.lua index eccefaf..90c88e5 100644 --- a/lua/cmp/config/default.lua +++ b/lua/cmp/config/default.lua @@ -85,10 +85,6 @@ return function() [''] = mapping(mapping.select_prev_item({ behavior = types.cmp.SelectBehavior.Select }), { 'i' }), [''] = mapping(mapping.select_next_item({ behavior = types.cmp.SelectBehavior.Insert }), { 'i' }), [''] = mapping(mapping.select_prev_item({ behavior = types.cmp.SelectBehavior.Insert }), { 'i' }), - [''] = function(fallback) - require('cmp').close() - fallback() - end, }, formatting = {