mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 06:45:37 +00:00
fix(ts): move checkhealth in runtime/vim
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function! health#treesitter#check() abort
|
||||
call health#report_start('Checking treesitter configuration')
|
||||
lua require 'nvim/treesitter'.check_health()
|
||||
lua require 'vim.treesitter.health'.check_health()
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user