aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/health/treesitter.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/autoload/health/treesitter.vim')
-rw-r--r--runtime/autoload/health/treesitter.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/autoload/health/treesitter.vim b/runtime/autoload/health/treesitter.vim
new file mode 100644
index 0000000000..5f167310ce
--- /dev/null
+++ b/runtime/autoload/health/treesitter.vim
@@ -0,0 +1,5 @@
+function! health#treesitter#check() abort
+ call health#report_start('Checking treesitter configuration')
+ lua require 'vim.treesitter.health'.check_health()
+endfunction
+