This commit is contained in:
2025-08-27 15:08:09 +00:00
parent 144aba7866
commit 98d8ea3511
6 changed files with 43 additions and 8 deletions

View File

@@ -49,6 +49,7 @@ in {
vscode-langservers-extracted
vue-language-server
stylelint-lsp
tailwindcss-language-server
];
c = with pkgs; [
clang
@@ -56,6 +57,9 @@ in {
csharp = with pkgs; [
omnisharp-roslyn
];
gitlab = with pkgs; [
gitlab-ci-ls
];
};
# This is for plugins that will load at startup without using packadd:
@@ -163,6 +167,7 @@ in {
typescript = true;
c = true;
csharp = true;
gitlab = true;
};
# anything else to pass and grab in lua with `nixCats.extra`
extra = {