diff options
Diffstat (limited to 'lua/lspconfig/health.lua')
| -rw-r--r-- | lua/lspconfig/health.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/lspconfig/health.lua b/lua/lspconfig/health.lua index 3abab080..ae7bfac3 100644 --- a/lua/lspconfig/health.lua +++ b/lua/lspconfig/health.lua @@ -3,8 +3,7 @@ function M.check_health() local configs = require 'lspconfig/configs' for _, top_level_config in pairs(configs) do - -- If users execute `:LspInstall` or `:LspInstallInfo`, - -- a config is required but is not added make_config function. + -- Only check configs that have a make_config function. if not (top_level_config.make_config == nil) then -- the folder needs to exist local config = top_level_config.make_config(".") |
