diff --git a/lua/plugins/lsp/mason.lua b/lua/plugins/lsp/mason.lua index 08a7e84..3b9d2a0 100644 --- a/lua/plugins/lsp/mason.lua +++ b/lua/plugins/lsp/mason.lua @@ -1,4 +1,12 @@ return { "mason-org/mason.nvim", - opts = {} + opts = { + { + registries = { + "github:mason-org/mason-registry", + "github:Crashdummyy/mason-registry", + }, + } + + } } diff --git a/lua/plugins/lsp/roslyn.lua b/lua/plugins/lsp/roslyn.lua new file mode 100644 index 0000000..9036eaf --- /dev/null +++ b/lua/plugins/lsp/roslyn.lua @@ -0,0 +1,8 @@ +return { + "seblyng/roslyn.nvim", + ---@module 'roslyn.config' + ---@type RoslynNvimConfig + opts = { + -- your configuration comes here; leave empty for default settings + }, +}