diff options
| author | Javier López <graulopezjavier@gmail.com> | 2021-10-06 09:29:08 -0500 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-10-11 09:47:16 +0200 |
| commit | 66f1873213617a334d4a7af947dad5b2b796dab2 (patch) | |
| tree | 265ca312f555c8868a1b4d68f481475c9902731d /.github | |
| parent | Add scala maintainer (diff) | |
| download | nvim-treesitter-66f1873213617a334d4a7af947dad5b2b796dab2.tar nvim-treesitter-66f1873213617a334d4a7af947dad5b2b796dab2.tar.gz nvim-treesitter-66f1873213617a334d4a7af947dad5b2b796dab2.tar.bz2 nvim-treesitter-66f1873213617a334d4a7af947dad5b2b796dab2.tar.lz nvim-treesitter-66f1873213617a334d4a7af947dad5b2b796dab2.tar.xz nvim-treesitter-66f1873213617a334d4a7af947dad5b2b796dab2.tar.zst nvim-treesitter-66f1873213617a334d4a7af947dad5b2b796dab2.zip | |
feat(healthcheck): support native lua healthchecks, and fixes
After neovim/neovim#15259 lua healthchecks are called directly and are
prefered over neovim autoload ones. The discover of Lua ones requires
the function to be named "check()".
Also the mentioned PR changed the design of healthchecks to not use
output capturing, therefore avoid printing and instead concatenate and
call the health functions.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 01e8a3c64..d770c35f8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -41,7 +41,7 @@ body: - type: textarea attributes: - label: Output of `:checkhealth nvim_treesitter` + label: Output of `:checkhealth nvim-treesitter` render: markdown validations: required: true |
