Added haskell and c# lsp

This commit is contained in:
EsVagy42 2025-09-09 18:16:43 +02:00
parent 9b4078ad58
commit 3019a71877

View file

@ -16,6 +16,11 @@
installCargo = false;
installRustc = false;
};
hls = {
enable = true;
installGhc = false;
};
csharp_ls.enable = true;
};
};
};