aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/health/nvim_treesitter.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/health/nvim_treesitter.vim b/autoload/health/nvim_treesitter.vim
index e388f6f19..53e187cda 100644
--- a/autoload/health/nvim_treesitter.vim
+++ b/autoload/health/nvim_treesitter.vim
@@ -1,3 +1,3 @@
function! health#nvim_treesitter#check()
- lua require 'nvim-treesitter.health'.checkhealth()
+ lua require 'nvim-treesitter.health'.check()
endfunction