From f19e791e9c8ac679704e7a4ec09a3d5f1c53fa2d Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 9 Dec 2025 12:11:25 +0000 Subject: [PATCH] Tweaked which-key UI settings --- lua/plugins/ui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index dbaae7e..27b40b6 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -13,6 +13,7 @@ return { -- UI components and other visual elements are declared here event = "VeryLazy", config = function() local wk = require("which-key") + wk.setup({preset = "modern"}) local groups = require("config.keys").groups local commands = require("config.keys").commands wk.add(groups)