arnaupv / nvim-devcontainer-cli

MIT License
72 stars 0 forks source link

Making the config configurable from the "opts" field in the plugin setup #12

Closed arnaupv closed 1 year ago

arnaupv commented 1 year ago

This fixes the issue reported in #5 regarding default env values and also makes the plugin default_config configurable from the plugin definition. For instance:

{
  "arnaupv/nvim-devcontainer-cli",
  opts = {
    env = "pro",
  },
}

The default configs can be found here