Tweaked which-key UI settings

This commit is contained in:
2025-12-09 12:11:25 +00:00
parent 2b91aa053b
commit f19e791e9c

View File

@@ -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)