added roslyn
This commit is contained in:
parent
afd642e367
commit
455fdbeca5
2 changed files with 24 additions and 9 deletions
6
lua/plugin/mason.lua
Normal file
6
lua/plugin/mason.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require("mason").setup({
|
||||
registries = {
|
||||
"github:mason-org/mason-registry",
|
||||
"github:Crashdummyy/mason-registry",
|
||||
},
|
||||
})
|
||||
|
|
@ -59,6 +59,15 @@ require("lazy").setup({
|
|||
-- { 'rcarriga/nvim-dap-ui', dependencies = { 'mfussenegger/nvim-dap' } },
|
||||
}
|
||||
},
|
||||
{
|
||||
"seblyng/roslyn.nvim",
|
||||
ft = "cs",
|
||||
-- @module 'roslyn.config'
|
||||
-- @type RoslynNvimConfig
|
||||
opts = {
|
||||
-- your configuration comes here; leave empty for default settings
|
||||
},
|
||||
},
|
||||
{
|
||||
'stevearc/oil.nvim',
|
||||
---@module 'oil'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue