You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder whether there's a way to configure this plugin so that it only install some of the mason packages?
The motivation behind this is that I'd like to use this plugin on a server with very limited storage quota and I only need a subset of my ensure_installed packages. I could hard-code the config so that it doesn't install the others, but I feel like it'll be more versatile if there's a way to filter the installation based on filetype (perhaps by making use of the languages entry in the mason-registry specs).
If such feature doesn't exist yet I'm willing to give it a go (and I probably will) but it'll make my life a lot easier if there are some existing APIs or hooks that I can make use of.
Thanks.
The text was updated successfully, but these errors were encountered:
I'd also welcome such a feature for another reaon:
I'm trying to sync my nvim config between desktop and my android tablet running termux, and some of the plugins are simply not supported for this plaform. This affects for example lua-language-server and stylelua.
tristone13th
pushed a commit
to tristone13th/mason-tool-installer.nvim
that referenced
this issue
Jan 18, 2025
Hi devs,
I wonder whether there's a way to configure this plugin so that it only install some of the mason packages?
The motivation behind this is that I'd like to use this plugin on a server with very limited storage quota and I only need a subset of my
ensure_installed
packages. I could hard-code the config so that it doesn't install the others, but I feel like it'll be more versatile if there's a way to filter the installation based on filetype (perhaps by making use of thelanguages
entry in the mason-registry specs).If such feature doesn't exist yet I'm willing to give it a go (and I probably will) but it'll make my life a lot easier if there are some existing APIs or hooks that I can make use of.
Thanks.
The text was updated successfully, but these errors were encountered: