zapling / mason-conform.nvim

Automatically install formatters registered with conform.nvim via mason.nvim
Apache License 2.0
41 stars 1 forks source link

Allow configuring which formatters are installed with mason #2

Closed agirardeau closed 4 months ago

agirardeau commented 4 months ago

Sometimes it's preferable to install a formatter manually rather than through mason. For example, rustfmt prints an error message in mason:

deprecated: rustfmt should now be installed via rustup.
zapling commented 4 months ago

Since mason has added the deprecated flag to the rustfmt package I think we can safely remove it from the conform to mason mapping, and this plugin will stop trying to install it.