forked from dineshsalunke/nvim-config
14 lines
194 B
Lua
14 lines
194 B
Lua
return {
|
|
{
|
|
"nvim-lua/plenary.nvim",
|
|
lazy = true,
|
|
},
|
|
|
|
{
|
|
"willothy/flatten.nvim",
|
|
config = true,
|
|
lazy = true,
|
|
priority = 1001,
|
|
},
|
|
}
|