added roslyn

This commit is contained in:
Andre Schaf 2025-06-10 18:34:27 +02:00
parent afd642e367
commit 455fdbeca5
2 changed files with 24 additions and 9 deletions

6
lua/plugin/mason.lua Normal file
View file

@ -0,0 +1,6 @@
require("mason").setup({
registries = {
"github:mason-org/mason-registry",
"github:Crashdummyy/mason-registry",
},
})