mason.nvim icon indicating copy to clipboard operation
mason.nvim copied to clipboard

refactor(registry): remove xo

Open thanhvule0310 opened this issue 2 years ago • 1 comments
trafficstars

Since version v0.41.0, XO can no longer be installed globally.

thanhvule0310 avatar Dec 20 '22 02:12 thanhvule0310

Thanks! Will have to do some work on dealing with removed packages. Removing the package definition will simply make the package disappear entirely from all Mason interfaces, it should preferably still surface as an installed package if it's installed (enough information is persisted on fs already so this is just a matter of implementation).

williamboman avatar Dec 21 '22 11:12 williamboman

Closing this as packages are no longer added to this registry, see instead https://github.com/mason-org/mason-registry/.

williamboman avatar Mar 23 '23 18:03 williamboman