From 250be667a174c044761b35c9a466c408f89dcd23 Mon Sep 17 00:00:00 2001 From: Miguel Da Silva Date: Wed, 11 Sep 2024 21:35:13 +0200 Subject: [PATCH] Change confirm completion to --- lua/kickstart/plugins/autocompletion.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/kickstart/plugins/autocompletion.lua b/lua/kickstart/plugins/autocompletion.lua index cb7777b2..8010f129 100644 --- a/lua/kickstart/plugins/autocompletion.lua +++ b/lua/kickstart/plugins/autocompletion.lua @@ -65,7 +65,8 @@ return { -- Autocompletion -- 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 }, + [''] = cmp.mapping.confirm { select = true }, -- If you prefer more traditional completion keymaps, -- you can uncomment the following lines