Releases: greggh/nvim
Releases · greggh/nvim
v0.4.2
Changelog for v0.4.2
Fixed
- Added TelescopePrompt and TelescopeResults to ignored filetypes to prevent autocompletion
- Added artisan-output to ignored filetypes for Laravel Helper integration
- Consolidated duplicate filetype ignore lists into a single global list
- Fixed test runner not properly exiting after tests
- Improved handling of which-key in test environment
v0.4.1
Changelog for v0.4.1
Changed
- Improved GitHub workflows with dedicated documentation checks
- Enhanced release workflow with more reliable changelog generation
- Updated GitHub Actions dependencies to latest versions
- Improved test and linting infrastructure for CI/CD pipeline
Fixed
- Fixed deprecated changelog generator in release workflow
- Added proper Markdown documentation validation
- Improved error handling in GitHub workflows
- Fixed inconsistencies in workflow trigger conditions