Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 780 Bytes

File metadata and controls

23 lines (17 loc) · 780 Bytes

Changelog

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

Added

  • 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