mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-22 20:21:57 +00:00
Added missing which-key icons
This commit is contained in:
@@ -10,11 +10,13 @@ return { -- UI components and other visual elements are declared here
|
||||
{ "MunifTanjim/nui.nvim", lazy = true },
|
||||
{ -- Useful plugin to show you pending keybinds.
|
||||
"folke/which-key.nvim",
|
||||
event = "VimEnter",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
local wk = require("which-key")
|
||||
local groups = require("config.keys").groups
|
||||
local commands = require("config.keys").commands
|
||||
wk.add(groups)
|
||||
wk.add(commands)
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user