feat(editors): add roslyn-language-server for Helix
This commit is contained in:
parent
22c9880314
commit
6a0f0bf76e
4 changed files with 40 additions and 2 deletions
|
@ -79,6 +79,12 @@ rec {
|
|||
url = "github:astro/nix-openwrt-imagebuilder";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
roslyn-language-server = {
|
||||
url = "github:SofusA/roslyn-language-server";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue