mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00:00
feat: add easydotnet as extra
This commit is contained in:
parent
6b52a3059e
commit
fa036c6674
1 changed files with 8 additions and 1 deletions
|
|
@ -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" } },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue