Skip to content

Add neovim.io devcontainer feature - #90

Merged
sebst merged 3 commits into
mainfrom
copilot/add-neovim-io-feature
Mar 16, 2026
Merged

sebst merged 3 commits into
mainfrom
copilot/add-neovim-io-feature

Conversation

Copilot AI commented Mar 16, 2026 •

Copy link
Copy Markdown
Contributor

Adds a new community devcontainer feature to install the nvim binary from neovim/neovim GitHub releases.

Changes

  • src/neovim.io/devcontainer-feature.json — Feature metadata; supports version option (default: latest)
  • src/neovim.io/install.sh — Downloads and installs nvim from GitHub releases; supports amd64 (x86_64) and arm64; exits with a clear error on unsupported architectures
  • src/neovim.io/README.md — Standard auto-generated format docs
  • test/neovim.io/test.sh — Verifies nvim --version output post-install

Usage

"features": {
    "ghcr.io/devcontainer-community/devcontainer-features/neovim.io:1": {}
}

To pin a version:

"features": {
    "ghcr.io/devcontainer-community/devcontainer-features/neovim.io:1": {
        "version": "0.10.3"
    }
}

Targets the nvim-linux-{arch}.tar.gz release assets introduced in v0.10.0; earlier versions are not supported.

Original prompt

This section details on the original issue you should resolve

<issue_title>Add feature neovim.io</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Copilot AI changed the title [WIP] Add feature neovim.io Add neovim.io devcontainer feature Mar 16, 2026
Copilot AI requested a review from sebst March 16, 2026 14:56
@sebst

sebst commented Mar 16, 2026

Copy link
Copy Markdown
Member

@copilot New features need to be added to .github/workflows/test.yaml

Co-authored-by: sebst <592313+sebst@users.noreply.github.com>

Copilot AI commented Mar 16, 2026

Copy link
Copy Markdown
Contributor Author

@copilot New features need to be added to .github/workflows/test.yaml

Added neovim.io to both the test-autogenerated and test-scenarios matrices in .github/workflows/test.yaml (commit 47ae521).

@sebst
sebst marked this pull request as ready for review March 16, 2026 15:35
@sebst
sebst merged commit b87d3c4 into main Mar 16, 2026
87 of 89 checks passed
@sebst
sebst deleted the copilot/add-neovim-io-feature branch March 16, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add feature neovim.io

2 participants