Arnau Pont
Arnau Pont
Hello, There was a problem during the `initStartupActions` when there are multiple `pages` in the floorplan. With this update, whatever `floorplan call-service` you do in one page, * text_set *...
The following PR intends to provide the feature requested in the issue: #7 Currently it's just WIP.
Is there a way to execute the dotfile installation command (default: ./install.sh) as root? (more info #589 about the installation command). Currently I'm setting the `remoteUser` as root for doing...
Currently only Ubuntu/Debian Docker Host are supported for this plugin (tested with Ubuntu 20.04). The plugin needs to be adapted for accepting other OS, such as Windows, MacOS etc.
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. ```lua { "arnaupv/nvim-devcontainer-cli", opts = { dotfiles = "https://github.com/arnaupv/dotfiles" }...