From 90063935ad8fa8637ad4f99723688caa6a0e8f41 Mon Sep 17 00:00:00 2001 From: Oscar Pinochet Date: Mon, 3 Feb 2025 00:21:44 -0300 Subject: [PATCH] change yes completion from C-y to enter. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ebc73984..6cb75dc0 100644 --- a/init.lua +++ b/init.lua @@ -1007,7 +1007,7 @@ require('lazy').setup({ -- Accept ([y]es) the completion. -- This will auto-import if your LSP supports it. -- This will expand snippets if the LSP sent a snippet. - [''] = cmp.mapping.confirm { select = true }, + [''] = cmp.mapping.confirm { select = true }, -- If you prefer more traditional completion keymaps, -- you can uncomment the following lines