This commit is contained in:
2025-05-27 10:43:04 -04:00
parent c65787890f
commit 741567f34e
3 changed files with 21 additions and 5 deletions

View File

@@ -53,6 +53,9 @@ in {
c = with pkgs; [
clang
];
csharp = with pkgs; [
omnisharp-roslyn
];
};
# This is for plugins that will load at startup without using packadd:
@@ -159,6 +162,7 @@ in {
go = true;
typescript = true;
c = true;
csharp = true;
};
# anything else to pass and grab in lua with `nixCats.extra`
extra = {