spacevim/bundle/nvim-lspconfig/autoload/health/lspconfig.vim

5 lines
166 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
function! health#lspconfig#check()
call health#report_start('Checking language server protocol configuration')
lua require 'lspconfig.health'.check()
endfunction