mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
![github-actions[bot]](/assets/img/avatar_default.png)
fix(lsp): handle nil root_dir in health check (#29007)
The root directory could show up as something like:
Root directory: ~/path/to/cwd/v:null
Despite being `nil`
(cherry picked from commit f03b1622ad
)
Co-authored-by: Mathias Fußenegger <mfussenegger@users.noreply.github.com>