starter/lua/plugins/flatten.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,
}