mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 09:30:06 +08:00
5 lines
173 B
VimL
5 lines
173 B
VimL
function! health#lspconfig#check()
|
|
call health#report_start('Checking language server protocol configuration')
|
|
lua require 'lspconfig/health'.check_health()
|
|
endfunction
|