8000 Tags · esensar/nvim-dev-container · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: esensar/nvim-dev-container

Tags

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for separate attach command (#63)

This closes #60
This closes #59

BREAKING CHANGE: neovim configuration is no longer automatically mounted
It has to be enabled in setup
It is also only mounted if attaching directly
To better support separate attach command, set attach_mounts.always flag
to true in setup, to always mount configured neovim points

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add DevcontainerBuildProgress autocmd event (#56)

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add setup, usage and commands docs (#53)

0