summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJavier López <graulopezjavier@gmail.com>2021-10-06 09:29:08 -0500
committerThomas Vigouroux <tomvig38@gmail.com>2021-10-11 09:47:16 +0200
commit66f1873213617a334d4a7af947dad5b2b796dab2 (patch)
tree265ca312f555c8868a1b4d68f481475c9902731d /.github
parentea0f6614b7f67d141b68a8c68dcfbe0dca19009a (diff)
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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 01e8a3c6..d770c35f 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