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