languages: csharp init with omnisharp and csharp_ls

This commit is contained in:
diniamo 2024-10-27 12:55:06 +01:00
commit 665feee445
6 changed files with 179 additions and 3 deletions

View file

@ -211,6 +211,16 @@
flake = false;
};
plugin-omnisharp-extended = {
url = "github:Hoffs/omnisharp-extended-lsp.nvim";
flake = false;
};
plugin-csharpls-extended = {
url = "github:Decodetalkers/csharpls-extended-lsp.nvim";
flake = false;
};
# Copying/Registers
plugin-registers = {
url = "github:tversteeg/registers.nvim";