This commit is contained in:
Gustav Eikaas 2026-06-02 16:48:48 +03:00 committed by GitHub
commit 214df9a937
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,6 @@ return {
root = { "*.sln", "*.csproj", "*.fsproj", "omnisharp.json", "function.json", "paket.dependencies", "paket.lock" },
})
end,
{ "Hoffs/omnisharp-extended-lsp.nvim", lazy = true },
{
"nvim-treesitter/nvim-treesitter",
@ -31,6 +30,14 @@ return {
},
},
},
{
"GustavEikaas/easy-dotnet.nvim",
opts = {
lsp = {
enabled = false,
},
},
},
{
"mason-org/mason.nvim",
opts = { ensure_installed = { "csharpier", "netcoredbg", "fantomas" } },