bacon v2.1.0
Major feature:
The export-locations
argument (shortened in -e
) generates a .bacon-locations
file which can be used by IDE plugins.
A plugin has been made for neovim: nvim-bacon and other ones would be welcome.
Minor changes:
- wrapping now applies to all outputs, even non interpreted ones like the output of
cargo run
.