8 Commits

Author SHA1 Message Date
f0f64d25cd chore: bump version to 2.0.2 v2.0.2 2025-09-10 01:39:23 +03:00
5b9b4e4492 chore: fix formatting and linting issues 2025-09-10 01:39:13 +03:00
32e6ee3885 chore: sync version to 2.0.1 across all files 2025-09-10 01:38:36 +03:00
6009d8d83d feat: implement dynamic test generation and resolve pre-commit conflicts 2025-09-10 01:24:51 +03:00
b54d6ed365 feat: implement dynamic test generation and resolve pre-commit conflicts
- Replace static test fixture files with dynamic test generation
- Implement comprehensive test suite with unit, integration, and golden master tests
- Add vim API mocking for standalone Lua test execution
- Fix pre-commit hook interference by eliminating external fixture files
- Add StyLua formatting for consistent Lua code style
- Enhance ShellSpec formatting with improved HEREDOC and comment handling
- Update documentation with new test architecture details

This resolves issues where pre-commit hooks (shfmt, end-of-file-fixer) were
modifying test fixture files and breaking golden master tests. The new dynamic
approach generates test data programmatically, making tests immune to formatting
tools while maintaining comprehensive coverage.
2.0.1
2025-09-09 23:11:47 +03:00
ce620cd035 feat: add first-class Neovim support with enhanced formatting
- Add modern Lua implementation with modular architecture
- Implement HEREDOC preservation and smart comment indentation
- Create dual implementation (Neovim Lua + VimScript fallback)
- Add comprehensive health check and configuration system
- Enhance formatting engine with state machine for context awareness
- Update documentation with Lua configuration examples
- Add memory files for development workflow and conventions
2.0.0
2025-09-09 21:13:38 +03:00
710f68a6e5 feat: plugin code and updates 1.0.0 2025-09-08 00:34:38 +03:00
0d4380f491 Initial commit 2025-09-07 20:45:35 +03:00