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

fix(health): support multidigit luarocks version numbers (#1646) #1648

Closed FerretDetective closed 3 months ago

FerretDetective commented 4 months ago

As described in #1646, this would fix the current inability for checkhealth mason to report luarocks versions with multidigit minor version numbers.

anjos commented 3 months ago

With the new version of luarocks (3.10 and 3.11), it would be great to have this patch integrated on the main branch when possible!