5 lines
94 B
Lua
5 lines
94 B
Lua
|
return {
|
||
|
-- library used by other plugins
|
||
|
{ "nvim-lua/plenary.nvim", lazy = true },
|
||
|
}
|