added csharp dev stuff :3
This commit is contained in:
parent
bc5980e5db
commit
56bb68002f
4 changed files with 19 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue