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.22k stars 258 forks source link

fix: remove the package from outdated_packages after uninstalling it #1707

Open lnkkerst opened 1 month ago

lnkkerst commented 1 month ago

Remove the package from outdated_packages after uninstalling it. So it won't be reinstalled when updating all packages.

before:

https://github.com/williamboman/mason.nvim/assets/42333826/da84404b-abb8-4ba3-9d50-835f6c414e08

after:

https://github.com/williamboman/mason.nvim/assets/42333826/fd98a38c-174d-45cc-849d-a848db3ba836