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, 0 insertions, 5 deletions
diff --git a/runtime/autoload/health/treesitter.vim b/runtime/autoload/health/treesitter.vim
deleted file mode 100644
index 5f167310ce..0000000000
--- a/runtime/autoload/health/treesitter.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-function! health#treesitter#check() abort
- call health#report_start('Checking treesitter configuration')
- lua require 'vim.treesitter.health'.check_health()
-endfunction
-