All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-03-04
- Initial release of Neovim plugin template
- Core plugin structure (lua/plugin-name)
- VimL entrypoint in plugin/
- Neovim documentation in doc/
- Test infrastructure with minimal init file
- Lua linting and formatting configuration
- Comprehensive plugin development documentation
- GitHub Actions workflows for CI/CD and releases