summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
AgeCommit message (Collapse)Author
2022-01-16docs: use markdown instead of checkboxesStephan Seitz
2021-11-20Add `query error: invalid node type at position` to the troubleshooting sectionSantos Gallegos
We have had many of these recently...
2021-10-11feat(healthcheck): support native lua healthchecks, and fixesJavier López
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.
2021-08-23chore(issues): make bug_report an issue formThomas Vigouroux