use crashdummyy registry in mason for access to roslyn lsp

This commit is contained in:
Nick Burt 2026-03-14 22:10:19 -05:00
parent 6cc8fbfd77
commit c47ffa3031
1 changed files with 6 additions and 1 deletions

View File

@ -495,7 +495,12 @@ require('lazy').setup({
---@module 'mason.settings' ---@module 'mason.settings'
---@type MasonSettings ---@type MasonSettings
---@diagnostic disable-next-line: missing-fields ---@diagnostic disable-next-line: missing-fields
opts = {}, opts = {
registries = {
'github:mason-org/mason-registry',
'github:Crashdummyy/mason-registry',
},
},
}, },
-- Maps LSP server names between nvim-lspconfig and Mason package names. -- Maps LSP server names between nvim-lspconfig and Mason package names.
'mason-org/mason-lspconfig.nvim', 'mason-org/mason-lspconfig.nvim',