voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.47k stars 78 forks source link

Broot wrapper is not working with newest version of Broot #364

Open huuson235 opened 2 years ago

huuson235 commented 2 years ago

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 >>)