aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/health/lspconfig.vim
blob: 745499eb98a09dfa56a0b2aa1339cdda7236c812 (plain) (blame)
1
2
3
4
function! health#lspconfig#check()
  call health#report_start('Checking language server protocol configuration')
  lua require 'lspconfig/health'.check_health()
endfunction