vim-floaterm
vim-floaterm copied to clipboard
Broot wrapper is not working with newest version of Broot
The cmd broot --conf "/path/configs" --out "path/temp/file"
is not working now. I have solved it by changing the cmd to:
broot --conf "/path/configs" >> "path/temp/file"
(replace --out
to >>
)