dotfiles/.config/nvim/lua/plugins/which-key.lua
2023-11-05 14:54:04 +01:00

13 lines
256 B
Lua

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