diff --git a/init.lua b/init.lua index 840a9f3c..bf41a005 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.