8 lines
209 B
Lua
8 lines
209 B
Lua
|
-- plenary.nvim
|
||
|
--- Essentially, a collection of "lua functions the author didn't want to write twice".
|
||
|
return {
|
||
|
'nvim-lua/plenary.nvim',
|
||
|
commit = '2d9b06177a975543726ce5c73fca176cedbffe9d',
|
||
|
lazy = true,
|
||
|
}
|