logoalt Hacker News

mr_mitmtoday at 8:41 AM4 repliesview on HN

Has anyone figured out a good way to use (neo)vim with devcontainers?


Replies

Izkatatoday at 3:57 PM

I use vim with docker compose all the time: Set up the compose file to bind-mount the repo inside the container, so you can edit files freely outside it, and add a convenience "make shell" that gets you inside the container for running commands (basically just "docker compose exec foo bash").

It sounds like if you make devcontainers point at an existing Dockerfile it should be easy to make these work together, so you and teammates both use the same configuration. I haven't used devcontainers though.

datsci_est_2015today at 10:51 AM

I personally just use Vim directly in a dedicated development VM that I SSH into. I can always spin up a new one if something goes astray

show 1 reply
Oxodaotoday at 9:26 AM

haven't tried it but amitds1997/remote-nvim.nvim

I need something like that though that's one of the thing that pains me the most while trying to use vim/nvim for dev

implicitcodertoday at 9:28 AM

[dead]