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