aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/health/lsp.vim
blob: 2d2ba91cdf0a4edddb7ad1a34268fb5c2506ee5c (plain) (blame)
1
2
3
4
5
function! health#lsp#check() abort
  call health#report_start('Checking language server client configuration')
  lua require 'vim.lsp.health'.check_health()
endfunction