Skip to content

Releases: ColinKennedy/nvim-checkhealth-gh-action

Fixed missing init.lua warning

21 Mar 16:50
9a3c87d

Choose a tag to compare

Related: #4

The documentation now provides a better recommendation for running this action in a Neovim configuration to avoid warnings such as:

 Configuration ~
- WARNING Missing user config file: /Users/runner/.config/nvim/init.lua
  - ADVICE:
    - :help |config|

Added Better Plugin Support

21 Mar 06:22
6f26467

Choose a tag to compare

It should be possible to use this action with Neovim plugins now. See nvim-best-practices-plugin-template for details

Initial Release

21 Mar 05:37

Choose a tag to compare

Checked that this works on a basic Neovim configuration and plugin. It also checks for deprecation notices on Neovim nightly automatically. Neat!