diff options
| author | Matthieu Coudron <teto@users.noreply.github.com> | 2021-10-06 01:22:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 16:22:26 -0700 |
| commit | 66659884c36dadd1f445f9012fcf4e7600286d3e (patch) | |
| tree | 25fa9bab62b198d682280df70371fe04dc9aed28 /autoload | |
| parent | fix: disable telemetry in yamlls (#1294) (diff) | |
| download | nvim-lspconfig-66659884c36dadd1f445f9012fcf4e7600286d3e.tar nvim-lspconfig-66659884c36dadd1f445f9012fcf4e7600286d3e.tar.gz nvim-lspconfig-66659884c36dadd1f445f9012fcf4e7600286d3e.tar.bz2 nvim-lspconfig-66659884c36dadd1f445f9012fcf4e7600286d3e.tar.lz nvim-lspconfig-66659884c36dadd1f445f9012fcf4e7600286d3e.tar.xz nvim-lspconfig-66659884c36dadd1f445f9012fcf4e7600286d3e.tar.zst nvim-lspconfig-66659884c36dadd1f445f9012fcf4e7600286d3e.zip | |
fix(checkhealth): rename check_health to check (#1296)
as mandated by https://github.com/neovim/neovim/pull/15259#issuecomment-934241413
Diffstat (limited to 'autoload')
| -rw-r--r-- | autoload/health/lspconfig.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/health/lspconfig.vim b/autoload/health/lspconfig.vim index 745499eb..d47bb673 100644 --- a/autoload/health/lspconfig.vim +++ b/autoload/health/lspconfig.vim @@ -1,4 +1,4 @@ function! health#lspconfig#check() call health#report_start('Checking language server protocol configuration') - lua require 'lspconfig/health'.check_health() + lua require 'lspconfig/health'.check() endfunction |
