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