diff --git a/init.lua b/init.lua index 3199f32f..8a0891f3 100644 --- a/init.lua +++ b/init.lua @@ -649,11 +649,10 @@ require('lazy').setup({ -- 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 - --[''] = cmp.mapping.confirm { select = true }, + [''] = cmp.mapping.confirm { select = true }, --[''] = cmp.mapping.select_next_item(), --[''] = cmp.mapping.select_prev_item(),