index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
nvim-treesitter
/
health.lua
Age
Commit message (
Expand
)
Author
2022-08-03
chore: trim space in check-health
Stephan Seitz
2022-06-02
fix(health): update to upstream changes
Christian Clason
2022-04-30
refactor!: update to Neovim 0.7 APIs
Christian Clason
2022-04-16
chore: bump minimal Nvim version to 0.7 and check
Christian Clason
2022-01-29
health: check which file caused an error
Stephan Seitz
2022-01-22
feat: specify abi version for generate on newer ts cli
Christian Clason
2021-10-11
feat(healthcheck): support native lua healthchecks, and fixes
Javier López
2021-10-03
chore: print compiler version in healthcheck
Stephan Seitz
2021-07-05
Checkhealth: include injections
Santos Gallegos
2021-07-04
Use stylua for autoformat code (#1480)
Santos Gallegos
2021-06-04
Fix 1359: nil check for version in health-check
Stephan Seitz
2021-04-07
fix(health): let CC check behave like in real installation
Stephan Seitz
2021-04-02
healthcheck: raise error when ABI is too old
Stephan Seitz
2021-04-01
Check for node-js on :TSInstallFromGrammar
Stephan Seitz
2021-03-31
Add tree-sitter ABI version to health check
Stephan Seitz
2021-03-23
fix(checkhealth): display error messages of failed queries
Stephan Seitz
2021-03-22
use health#report_warn for treesitter version check
bitcoder
2021-03-18
fix formatting issues caused by asterisk
nbCloud91
2021-03-17
Use newline instead of space
BonaBeavis
2021-03-17
Add newline before legend
BonaBeavis
2021-03-09
update tips in healthcheck
bitcoder
2021-03-09
add treesitter version in checkhealth
bitcoder
2021-02-27
chore: remove useless code and indent files
kiyan
2021-02-22
health: add legend for x icon in query health
kiyan
2021-02-22
chore: rewrite healthcheck for compact output
kiyan
2020-09-20
fix(checkhealth): use pcall to check for syntax errors in query files
Stephan Seitz
2020-08-27
fix(health): only check installed parsers
Thomas Vigouroux
2020-07-15
checkhealth for all query groups
Stephan Seitz
2020-07-05
Make luacheck happy
Stephan Seitz
2020-06-20
refactor: parser list and lang->ft/ft->lang
kiyan42
2020-05-22
Remove postspaces and avoid one global
Stephan Seitz
2020-05-12
refacto/feat: better handling of parser updates
kiyan42
2020-04-26
health(refactor): move checks inside health.lua
Thomas Vigouroux
2020-04-26
health: add highlight to healthchecks
Thomas Vigouroux
2020-04-24
feat/refacto: improve configurations
kiyan42
2020-04-21
feat/refacto: add configs.lua, setup install
kiyan42
2020-04-21
feat: add checkhealth
kiyan42