| 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 python provider in lua | dundargoc | 2024-01-22 |
| | | |||
| * | fix(health): improve python executable check error handling (#26954) | Barrett Ruth | 2024-01-10 |
| | | | | Credit to @wookayin for the fix. | ||
| * | fix(health): correctly expand and resolve PYENV_ROOT (#26953) | Barrett Ruth | 2024-01-10 |
| | | |||
| * | 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 | |||