mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
languages: csharp init with omnisharp and csharp_ls
This commit is contained in:
parent
0aa557dac6
commit
665feee445
6 changed files with 179 additions and 3 deletions
10
flake.nix
10
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue