chore: add flatten package

This commit is contained in:
Dinesh Salunke 2023-06-17 12:07:38 +05:30
parent a0fca97150
commit 26a3588731

View File

@ -1,6 +1,13 @@
return {
{
"nvim-lua/plenary.nvim",
lazy = true
}
lazy = true,
},
{
"willothy/flatten.nvim",
config = true,
lazy = true,
priority = 1001,
},
}