This commit is contained in:
2024-11-01 15:59:32 +01:00
parent 3ca6f9fa70
commit 2ce5fb4d43
10 changed files with 94 additions and 39 deletions

View File

@@ -42,7 +42,7 @@ in
}
];
lsp.servers = {
ts-ls.enable = true;
ts_ls.enable = true;
eslint.enable = lib.mkIf cfg.eslint true;
};
};