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