From 5f05457ba284d47e6bf8aba356612a0d4196db20 Mon Sep 17 00:00:00 2001 From: Rafael Zasas <42390827+RafaelZasas@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:25:46 +0200 Subject: [PATCH] Fix weird indent --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.