1
0
Fork 0
mirror of https://github.com/folke/lazy.nvim.git synced 2025-04-07 00:06:34 +00:00
lazy.nvim/lua/lazy/community/specs.lua

7 lines
118 B
Lua

---@type table<string, LazySpec>
return {
["plenary.nvim"] = {
"nvim-lua/plenary.nvim",
lazy = true,
},
}