diff --git a/init.lua b/init.lua index bf41a005..3c957795 100644 --- a/init.lua +++ b/init.lua @@ -680,8 +680,8 @@ require('lazy').setup({ [''] = cmp.mapping.select_prev_item(), -- scroll [u]p and [d]own the documentation window - [""] = cmp.mapping.scroll_docs(-4), - [""] = cmp.mapping.scroll_docs(4), + [''] = cmp.mapping.scroll_docs(-4), + [''] = cmp.mapping.scroll_docs(4), -- Accept ([y]es) the completion. -- This will auto-import if your LSP supports it.