summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/health/nvim_treesitter.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoload/health/nvim_treesitter.vim b/autoload/health/nvim_treesitter.vim
new file mode 100644
index 00000000..e388f6f1
--- /dev/null
+++ b/autoload/health/nvim_treesitter.vim
@@ -0,0 +1,3 @@
+function! health#nvim_treesitter#check()
+ lua require 'nvim-treesitter.health'.checkhealth()
+endfunction