From 913f8a04fda829e0826d03b3471b1f92e803b512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20L=C3=BCdecke?= Date: Wed, 11 Sep 2024 12:23:22 +0200 Subject: [PATCH] Configured which-key --- lua/plugins.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 993681f..43f5af9 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -98,6 +98,12 @@ require("lazy").setup({ -- your configuration comes here -- or leave it empty to use the default settings -- refer to the configuration section below + preset = 'helix', + expand = 4, + keys = { + scroll_down = "", -- binding to scroll down inside the popup + scroll_up = "", -- binding to scroll up inside the popup + }, }, keys = { {