mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:40:06 +08:00
4 lines
100 B
VimL
Vendored
4 lines
100 B
VimL
Vendored
function! health#nvim_treesitter#check()
|
|
lua require 'nvim-treesitter.health'.check()
|
|
endfunction
|