dotfiles/.config/nvim/lua/plugins/which-key.lua
Sergio Laín c2e92f0ef5
♻️ refactor(nvim): a lot of changes to the structure of the config
moved extras, mason and tressitter packages, and some new extras for web dev
2023-11-15 12:46:38 +01:00

11 lines
165 B
Lua

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