arnaupv / nvim-devcontainer-cli

MIT License
62 stars 0 forks source link

Don't bind-mount unnecessarily #25

Closed erichlf closed 2 months ago

erichlf commented 2 months ago

It isn't clear to me why you are having the devcontainer bind mount things like the user's .gitconfig and github-copilot. If the user wants these mounted then they should put this in their devcontainer file.

arnaupv commented 2 months ago

I'm proposing a PR above. It's true it would be nice to have some general mounts that could be added in the nvim plugin config, so they do not need to be added into all the devcontainer config. What do you think @erichlf ?