| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.2.0 - separate attach command source code.tar.gz | 2022-05-20 | 36.5 kB | |
| 0.2.0 - separate attach command source code.zip | 2022-05-20 | 53.7 kB | |
| README.md | 2022-05-20 | 464 Bytes | |
| Totals: 3 Items | 90.6 kB | 0 | |
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: https://github.com/esensar/nvim-dev-container/compare/0.1.1...0.2.0