What problem does it solve?
This Skill provides a structured and efficient workflow for developing and testing Lua code within the Neovim editor, ensuring code quality and functionality.
Core Features & Use Cases
- Iterative Development Loop: Guides users through implementing, manually verifying, and writing automated tests for Neovim Lua code.
- Manual Verification via MCP: Utilizes Neovim's MessagePack RPC (MCP) for real-time code execution and debugging.
- Automated Testing: Integrates with Plenary's Busted testing framework for robust unit tests.
- Use Case: When developing a new Neovim plugin feature, use this Skill to write the code, test it interactively in Neovim, and then ensure its reliability with automated tests.
Quick Start
Use the coding-neovim skill to implement, verify, and test Lua code within Neovim.