-- willothy/flatten.nvim
--- Makes nvim's embedded terminal play nice with nvim.
--- Seriously awesome. Ex. pipe anything into | nvim to open in a new buffer.
--- See https://github.com/willothy/flatten.nvim
return {
	'willothy/flatten.nvim',
	commit = 'b17a3e65c2e4e2ecd1345a2d08435e80f982c4a6',
	lazy = false,
	priority = 1001,

	opts = {},
	-- TODO: Rethink which buffer is used for opening / piping.
}