Fix:
- Use willSave instead of didSave as the formatting on save handler. The previous one caused the document to be always in a not saved state.
Improved:
- Remove bundlerbridge in favor of $SHELL -c command.
- Support passing custom ENV to the LSP. This facilitates a temporary fix for using Chruby.
Fixed:
- Make bundlerbridge executable at the first startup since Nova doesn't allow to ship binaries.
Fixed:
- Testing new bundlerbridge binary
Initial release