mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 06:57:34 +00:00
7 lines
118 B
Lua
7 lines
118 B
Lua
---@type table<string, LazySpec>
|
|
return {
|
|
["plenary.nvim"] = {
|
|
"nvim-lua/plenary.nvim",
|
|
lazy = true,
|
|
},
|
|
}
|