From b45829690c0033277848e84f393eefdb1c9f4f57 Mon Sep 17 00:00:00 2001 From: lootboxer <> Date: Tue, 15 Apr 2025 03:26:30 +0300 Subject: [PATCH] revert cmp keybinding --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e83307e4..daf5a44a 100644 --- a/init.lua +++ b/init.lua @@ -910,7 +910,7 @@ require('lazy').setup({ -- If you prefer more traditional completion keymaps, -- you can uncomment the following lines - [''] = cmp.mapping.confirm { select = true }, + --[''] = cmp.mapping.confirm { select = true }, --[''] = cmp.mapping.select_next_item(), --[''] = cmp.mapping.select_prev_item(),