jay-babu / mason-null-ls.nvim

GNU Affero General Public License v3.0
549 stars 22 forks source link

deno_fmt not autoinstalled #73

Closed UtkarshVerma closed 1 year ago

UtkarshVerma commented 1 year ago

Just a minor edge-case I noticed. deno_fmt source for null-ls does not auto-install deno through mason.

jay-babu commented 1 year ago

please add any overrides needed here: https://github.com/jay-babu/mason-null-ls.nvim/blob/main/lua/mason-null-ls/mappings/source.lua#L7. not really an edge case, just support hasn't been added. mason-null-ls attempts to guess the mapping from null-ls to mason, but can't in this case

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the latest version of Electron or in the beta—please include it with your comment!

UtkarshVerma commented 1 year ago

Thanks for the info. Could you please add it to the mappings?

jay-babu commented 1 year ago

added

UtkarshVerma commented 1 year ago

Thanks a lot