Commit graph

7 commits

Author SHA1 Message Date
Dundar Göc
6a4fdb317d chore: fix typos 2021-11-02 23:47:48 +01:00
Javier López
66f1873213 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.
2021-10-11 09:47:16 +02:00
Thomas Vigouroux
7241ddaff4 chore(issues): make bug_report an issue form 2021-08-23 16:40:41 +02:00
Santos Gallegos
a077f61b67 Issue template: use details for nvim --version output 2021-01-31 21:30:02 +01:00
Thomas Vigouroux
faac62c2d1 Update bug report to add update informations 2020-11-27 08:42:05 +01:00
Stephan Seitz
3e8b5a30e2 Use <details> for checkhealth output in bug report template
The output of checkhealth can be quite lengthy.

Plus fix position of *** to make text render bold
2020-07-06 21:23:57 +02:00
Thomas Vigouroux
a067924507 Update issue templates
Add some issue templates
2020-06-14 11:57:09 +02:00