diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..495f406 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,15 @@ +{ + "name": "C++ DEV", + "build": { + "dockerfile": "Dockerfile" + }, + "remoteUser": "dev", + "features": { + "ghcr.io/duduribeiro/devcontainer-features/neovim:1": { + "version": "stable" + } + }, + "mounts": [ + "source=${env:HOME}/.config/nvim,target=/home/dev/.config/nvim,type=bind" + ] +}