1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-28 05:01:03 +01:00

dependencies: add roslyn_ls

This commit is contained in:
Austin Horstman 2025-10-04 22:38:23 -05:00
parent 2f8fbcdfd0
commit 6b3bea319b
2 changed files with 7 additions and 1 deletions

View file

@ -140,6 +140,7 @@ in
opencode.default = "opencode";
plantuml.default = "plantuml";
ripgrep.default = "ripgrep";
roslyn_ls.default = "roslyn-ls";
rust-analyzer.default = "rust-analyzer";
sd.default = "sd";
sed.default = "gnused";