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)