Skip to content

Releases: greggh/nvim

v0.4.2

04 Mar 00:21

Choose a tag to compare

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

03 Mar 13:36

Choose a tag to compare

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