Installs Neovim nightly and sets it as the default editor.
Install all my favorite tools and configurations, including a setup that seamlessly intergrates Neovim within devcontainer with Wezterm, allowing all Wezterm features to be use as they would on a regular host.
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/vohoanglong0107/devcontainer-features/preset:0": {}
}
}
{ "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/vohoanglong0107/devcontainer-features/neovim:0": { "sha": "master" } } }