This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-06 13:30:01 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
da5920f2bf
nvim-treesitter
/
autoload
/
health
/
nvim_treesitter.vim
4 lines
100 B
VimL
Raw
Normal View
History
Unescape
Escape
feat: add checkhealth
2020-04-20 22:33:13 +02:00
function
!
health
#
nvim_treesitter
#
check
(
)
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-06 09:29:08 -05:00
lua
require
'nvim-treesitter.health'
.
check
(
)
feat: add checkhealth
2020-04-20 22:33:13 +02:00
endfunction
Reference in a new issue
Copy permalink