1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-20 23:15:51 +08:00
2024-06-13 08:44:55 +08:00

5 lines
166 B
VimL
Vendored

function! health#lspconfig#check()
call health#report_start('Checking language server protocol configuration')
lua require 'lspconfig.health'.check()
endfunction