Added C# support (i think)

This commit is contained in:
2026-02-05 22:18:27 -05:00
parent 8dcaddcf81
commit 91c3e3187b
2 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,12 @@
return {
"mason-org/mason.nvim",
opts = {}
opts = {
{
registries = {
"github:mason-org/mason-registry",
"github:Crashdummyy/mason-registry",
},
}
}
}