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