diff options
Diffstat (limited to 'runtime/autoload/health/lsp.vim')
-rw-r--r-- | runtime/autoload/health/lsp.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/autoload/health/lsp.vim b/runtime/autoload/health/lsp.vim new file mode 100644 index 0000000000..2d2ba91cdf --- /dev/null +++ b/runtime/autoload/health/lsp.vim @@ -0,0 +1,5 @@ +function! health#lsp#check() abort + call health#report_start('Checking language server client configuration') + lua require 'vim.lsp.health'.check_health() +endfunction + |