mirror of https://github.com/LazyVim/starter
10 lines
220 B
Lua
10 lines
220 B
Lua
|
return {
|
||
|
"willothy/flatten.nvim",
|
||
|
config = true,
|
||
|
-- or pass configuration with
|
||
|
-- opts = { }
|
||
|
-- Ensure that it runs first to minimize delay when opening file from terminal
|
||
|
lazy = false,
|
||
|
priority = 1001,
|
||
|
}
|