forked from dineshsalunke/nvim-config
chore: add flatten package
This commit is contained in:
parent
a0fca97150
commit
26a3588731
@ -1,6 +1,13 @@
|
|||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
lazy = true
|
lazy = true,
|
||||||
}
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"willothy/flatten.nvim",
|
||||||
|
config = true,
|
||||||
|
lazy = true,
|
||||||
|
priority = 1001,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user