1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 08:40:06 +08:00
SpaceVim/bundle/nvim-lspconfig/autoload/health/lspconfig.vim

5 lines
166 B
VimL
Raw Normal View History

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