added csharp dev stuff :3

This commit is contained in:
foxora 2026-05-10 17:31:51 +01:00
parent bc5980e5db
commit 56bb68002f
4 changed files with 19 additions and 0 deletions

View file

@ -94,6 +94,14 @@ in {
];
# TODO: needs formatter field
};
csharp = {
lsp = [
roslyn-ls
];
format = [
csharpier
];
};
protobuf = {
lsp = [buf];
format = [buf];
@ -301,6 +309,9 @@ in {
java.lsp = true;
java.format = true;
csharp.lsp = true;
csharp.format = true;
protobuf.lsp = true;
protobuf.format = true;