mirror of https://github.com/LazyVim/starter
11 lines
222 B
Lua
11 lines
222 B
Lua
|
return {
|
||
|
"mrjones2014/legendary.nvim",
|
||
|
dependencies = "stevearc/dressing.nvim",
|
||
|
keys = {
|
||
|
{ "<leader>,", vim.cmd.Legendary, desc = "Legendary" },
|
||
|
},
|
||
|
config = {
|
||
|
which_key = { auto_register = true },
|
||
|
},
|
||
|
}
|