nvim-snappy/lua/plugins/ux/flatten.lua

14 lines
406 B
Lua

-- 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.
}