dotfiles/.config/nvim/lua/plugins/which-key.lua
2023-11-16 14:56:13 +01:00

9 lines
142 B
Lua

return {
"folke/which-key.nvim",
event = "VeryLazy",
opts = {
defaults = {
["<leader>ci"] = { name = "+info" },
},
},
}