williamboman / mason.nvim

Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
Apache License 2.0
7.23k stars 258 forks source link

Fixed comparison of number with nil error #1662

Open czhurdlespeed opened 3 months ago

czhurdlespeed commented 3 months ago

Neovim :checkhealth command would return error "number comparison with nil error". I included a check in the conditional to confirm it is not nil.