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