mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
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.
This commit is contained in:
parent
ea0f6614b7
commit
66f1873213
3 changed files with 12 additions and 9 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue