c# support
This commit is contained in:
@@ -574,13 +574,22 @@ require'lazy'.setup{ --{{{1
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{ "seblyng/roslyn.nvim",
|
||||||
|
opts = {
|
||||||
|
},
|
||||||
|
},
|
||||||
{ 'neovim/nvim-lspconfig', --{{{2
|
{ 'neovim/nvim-lspconfig', --{{{2
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'williamboman/mason.nvim',
|
'williamboman/mason.nvim',
|
||||||
'williamboman/mason-lspconfig.nvim',
|
'williamboman/mason-lspconfig.nvim',
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
require'mason'.setup()
|
require'mason'.setup{
|
||||||
|
registries={
|
||||||
|
"github:mason-org/mason-registry",
|
||||||
|
"github:Crashdummyy/mason-registry",
|
||||||
|
}
|
||||||
|
}
|
||||||
require'mason-lspconfig'.setup()
|
require'mason-lspconfig'.setup()
|
||||||
vim.lsp.config.zls = {
|
vim.lsp.config.zls = {
|
||||||
before_init = function(_, _)
|
before_init = function(_, _)
|
||||||
|
|||||||
Reference in New Issue
Block a user