jay-babu / mason-null-ls.nvim

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

fix: don't import removed mason.mappings.language module from mason #66

Closed williamboman closed 1 year ago

williamboman commented 1 year ago

I didn't realize this was being used here as well. I'm in the process of cleaning up the mason.nvim repo from hard-coded package metadata, removing this module was one of the last remaining pieces.

Also see https://github.com/williamboman/mason-lspconfig.nvim/pull/202.