Skip to content

Commit dee1682

Browse files
committed
install roslyn via mason 🔨
1 parent d43a61a commit dee1682

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nvim/lua/plugins/mason.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ return {
1010
width = 0.8,
1111
height = 0.8,
1212
},
13+
registries = {
14+
"github:mason-org/mason-registry",
15+
"github:Crashdummyy/mason-registry",
16+
},
1317
})
1418

1519
local linux_only_pacakages = {
@@ -31,6 +35,7 @@ return {
3135
"ols",
3236
"powershell-editor-services",
3337
"prettier",
38+
"roslyn",
3439
"rust-analyzer",
3540
"shfmt",
3641
"stylua",

0 commit comments

Comments
 (0)