Skip to content

Commit

Permalink
install roslyn via mason 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Nov 19, 2024
1 parent d43a61a commit dee1682
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nvim/lua/plugins/mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ return {
width = 0.8,
height = 0.8,
},
registries = {
"github:mason-org/mason-registry",
"github:Crashdummyy/mason-registry",
},
})

local linux_only_pacakages = {
Expand All @@ -31,6 +35,7 @@ return {
"ols",
"powershell-editor-services",
"prettier",
"roslyn",
"rust-analyzer",
"shfmt",
"stylua",
Expand Down

0 comments on commit dee1682

Please sign in to comment.