Attach to neovim in container from current nvim instance, rather than in a terminal #30
Open
opened 3 months ago by esensar
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Currently this plugin attaches to the nvim in the container by starting it in a terminal, which creates a weird experience of having nvim instance inside terminal inside another nvim instance. With nvim-0.8.0 (and this PR https://github.com/neovim/neovim/pull/10071) it should be possible to start nvim server in the docker and attach to it.