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