added(nixvim): typescript lsp

This commit is contained in:
2025-12-31 10:11:14 +00:00
parent f978a84650
commit 9326350125

View File

@@ -60,6 +60,9 @@ in
astro = { astro = {
enable = true; enable = true;
}; };
ts_ls = {
enable = true;
};
}; };
}; };
lsp-format = { lsp-format = {