Skip to content

Releases: esensar/nvim-dev-container

0.2.0 - separate attach command

20 May 08:25
de5ca3b
Compare
Choose a tag to compare

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

19 May 17:40
fda41b4
Compare
Choose a tag to compare

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

19 May 11:19
97622e7
Compare
Choose a tag to compare

First release with most of the basic functionality provided.