aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/health/treesitter.vim
blob: 5f167310ce4ceeed89f2bcdc966e4c7fd62ae47e (plain) (blame)
1
2
3
4
5
function! health#treesitter#check() abort
  call health#report_start('Checking treesitter configuration')
  lua require 'vim.treesitter.health'.check_health()
endfunction