summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorkiyan42 <yazdani.kiyan@protonmail.com>2020-04-20 22:33:13 +0200
committerThomas Vigouroux <tomvig38@gmail.com>2020-04-21 13:38:16 +0200
commit698453e50ca1341245ff6c3f5303991a6f919342 (patch)
tree916f722c69f23c85247b65528a74ff9c17382f87 /autoload
parent8b01b9caee849253713adbdf156a4dac843349a4 (diff)
feat: add checkhealth
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