mirror of https://github.com/folke/lazy.nvim.git
8 lines
118 B
Lua
8 lines
118 B
Lua
|
---@type table<string, LazySpec>
|
||
|
return {
|
||
|
["plenary.nvim"] = {
|
||
|
"nvim-lua/plenary.nvim",
|
||
|
lazy = true,
|
||
|
},
|
||
|
}
|