Files
dotfiles/.config/nvim/lua/plugins/which-key.lua
2025-05-12 23:43:18 +02:00

11 lines
215 B
Lua

return {
"folke/which-key.nvim",
event = "VeryLazy",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
keys = {},
}