
a lot of plugins are moving to the extra modules all the keymaps are on the keys section of each plugin which-key options are now dependant on the plugin they are in, etc
11 lines
167 B
Lua
11 lines
167 B
Lua
return {
|
|
{
|
|
"folke/which-key.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
defaults = {
|
|
["<leader>dP"] = { name = "+python" },
|
|
},
|
|
},
|
|
},
|
|
}
|