Hi,
I'm new to using Lua plugins, so apologies if I'm asking anything stupid.
A year ago, I switched to VS Code to be able to develop from within a Docker container running on a remote server. This plugin would allow me to replicate at least part of this workflow in Neovim. The main difference would be that the Neovim client will be running on the server and not on my local laptop.
Although not exactly what I wanted to do, I think this is close enough! The main advantage seems to be that I won't have to pollute my Docker image with the code necessary to install Neovim, plugins, and config files. That's great!
Long story short, I've installed the plugin via vim-plug, alongside tree-sitter, and copied the default settings in the ~/.config/nvim/lua/devcontainer/init.lua.
However, I think I might have missed some important steps because I don't seem to be able to run any of the commands from inside Neovim. I tried to execute :DevcontainerAttachAuto but I got the following error message.
E492: Not an editor command: DevcontainerAttachAuto
What am I missing?
Many thanks,
Luca
Hi,
I'm new to using Lua plugins, so apologies if I'm asking anything stupid.
A year ago, I switched to VS Code to be able to develop from within a Docker container running on a remote server. This plugin would allow me to replicate at least part of this workflow in Neovim. The main difference would be that the Neovim client will be running on the server and not on my local laptop.
Although not exactly what I wanted to do, I think this is close enough! The main advantage seems to be that I won't have to pollute my Docker image with the code necessary to install Neovim, plugins, and config files. That's great!
Long story short, I've installed the plugin via vim-plug, alongside tree-sitter, and copied the default settings in the `~/.config/nvim/lua/devcontainer/init.lua`.
However, I think I might have missed some important steps because I don't seem to be able to run any of the commands from inside Neovim. I tried to execute `:DevcontainerAttachAuto` but I got the following error message.
```
E492: Not an editor command: DevcontainerAttachAuto
```
What am I missing?
Many thanks,
Luca