| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix(health): "attempt to concatenate nil" | Justin M. Keyes | 2024-01-28 |
| | | | | | | | | | | | | | | 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. | ||
| * | refactor: rewrite ruby provider in lua | dundargoc | 2024-01-24 |
| | | |||
| * | refactor(health): refactor provider healthchecks | Gregory Anders | 2024-01-01 |
| * Prefer pure Lua functions over vim.fn * Split up provider healthchecks into separate modules to help manage complexity | |||