mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-22 20:21:57 +00:00
Tweaked which-key UI settings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user