mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
switch typscript lsps
This commit is contained in:
parent
e167da333e
commit
0cd84911c9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue