neovim/runtime/lua/provider
Justin M. Keyes e39b6d0c52 fix(health): "attempt to concatenate nil"
Problem:
If `neovim` module is not installed, python and ruby healthchecks fail:

    - ERROR Failed to run healthcheck for "provider.python" plugin. Exception:
      .../runtime/lua/provider/python/health.lua:348: attempt to concatenate local 'pyname' (a nil value)
    - ERROR Failed to run healthcheck for "provider.ruby" plugin. Exception:
      .../runtime/lua/provider/ruby/health.lua:25: attempt to index local 'host' (a nil value)

Solution:
Check for non-nil.
2024-01-28 23:56:06 +01:00
..
clipboard refactor(health): refactor provider healthchecks 2024-01-01 20:12:37 +01:00
node refactor(health): refactor provider healthchecks 2024-01-01 20:12:37 +01:00
perl refactor: rewrite perl provider in lua 2024-01-24 11:55:28 +01:00
python fix(health): "attempt to concatenate nil" 2024-01-28 23:56:06 +01:00
ruby fix(health): "attempt to concatenate nil" 2024-01-28 23:56:06 +01:00