switch typscript lsps

This commit is contained in:
Nickiel12 2024-08-09 01:19:57 +00:00
parent e167da333e
commit 0cd84911c9

View file

@ -161,6 +161,7 @@ in
]; ];
plugins = { plugins = {
typescript-tools.enable = true;
lsp = { lsp = {
enable = true; enable = true;
@ -177,7 +178,6 @@ in
autostart = true; autostart = true;
}; };
html.enable = true; html.enable = true;
tsserver.enable = true;
cssls.enable = true; cssls.enable = true;
}; };
}; };