Releases: esensar/nvim-dev-container
Releases · esensar/nvim-dev-container
0.2.0 - separate attach command
What's Changed
- feat: add support for separate attach command by
Breaking changes
- neovim configuration is no longer automatically mounted, it has to be enabled in setup
- neovim configuration is mounted only when attaching directly
- to use separate attach command, set attach_mounts.always flag to true in setup, to always mount configured neovim points
Full Changelog: 0.1.1...0.2.0
0.1.1 - Minor build status update fixes
What's Changed
- docs: fix formatting for setup func in help docs in #55
- fix: round build status progress to make it more suitable as percentage in #57
- feat: add DevcontainerBuildProgress autocmd event in #56
Full Changelog: 0.1.0...0.1.1
0.1.0 - Initial release
First release with most of the basic functionality provided.