nvim-devcontainer-cli icon indicating copy to clipboard operation
nvim-devcontainer-cli copied to clipboard

Give the possibility of defining custom dotfiles when setting up the devcontainer

Open arnaupv opened this issue 2 years ago • 0 comments

Thanks to the following feature: https://github.com/devcontainers/cli/pull/362 we can update the plugin for accepting custom dotfiles when setting up the devcontainer.

{
  "arnaupv/nvim-devcontainer-cli",
  opts = {
    dotfiles = "https://github.com/arnaupv/dotfiles"
  }
},  

Once the feature is defined, there will be certain part of the code: https://github.com/arnaupv/nvim-devcontainer-cli/blob/main/bin/spawn_devcontainer.sh#L26

arnaupv avatar Jun 26 '23 09:06 arnaupv