Skip to content

feat(devcontainer): add Neovim configuration support and improve devcontainer features#4

Merged
tooniez merged 1 commit intomainfrom
feat/issue-3-neovim-support
Apr 20, 2026
Merged

feat(devcontainer): add Neovim configuration support and improve devcontainer features#4
tooniez merged 1 commit intomainfrom
feat/issue-3-neovim-support

Conversation

@tooniez
Copy link
Copy Markdown
Member

@tooniez tooniez commented Apr 20, 2026

Repository Enhancement: DevContainer Base Template

Repository: testified-oss/devcontainer-base
Issue: Feature enhancement to add Neovim configuration support

Proposed Improvements

Based on analysis of the current devcontainer-base template, the following enhancements are proposed:

  1. Add comprehensive Neovim configuration support in .devcontainer/devcontainer.json
  2. Enhance development tools installation in .devcontainer/Dockerfile
  3. Add project-specific configuration support
  4. Improve documentation in README.md

Implementation Plan

The fix will involve:

  • Modifying .devcontainer/devcontainer.json to include Neovim features
  • Updating .devcontainer/Dockerfile to install additional tools
  • Enhancing .devcontainer/on-create.sh and .devcontainer/post-create.sh scripts
  • Updating README.md with comprehensive examples

Verification Steps

  1. Test devcontainer builds successfully
  2. Verify Neovim is properly configured in the container
  3. Confirm all development tools are accessible
  4. Validate documentation examples work correctly

Conventional Commit Message

According to project conventions, this enhancement should be committed as:
feat(devcontainer): add Neovim configuration support and improve devcontainer features

Branch: feat/issue-3-neovim-support

Related to issue #3

@tooniez
Copy link
Copy Markdown
Member Author

tooniez commented Apr 20, 2026

Update readme with new setup

@tooniez tooniez merged commit 0f655f0 into main Apr 20, 2026
@tooniez tooniez deleted the feat/issue-3-neovim-support branch April 20, 2026 16:06
@tooniez tooniez linked an issue Apr 20, 2026 that may be closed by this pull request
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.

[Bug]: Add Neovim configuration support and improve devcontainer features

1 participant