feat: add checkhealth

This commit is contained in:
kiyan42 2020-04-20 22:33:13 +02:00 committed by Thomas Vigouroux
parent 8b01b9caee
commit 698453e50c
4 changed files with 93 additions and 1 deletions

View file

@ -0,0 +1,3 @@
function! health#nvim_treesitter#check()
lua require 'nvim-treesitter.health'.checkhealth()
endfunction