mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 04:39: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 = {
|
||||
typescript-tools.enable = true;
|
||||
|
||||
lsp = {
|
||||
enable = true;
|
||||
|
@ -177,7 +178,6 @@ in
|
|||
autostart = true;
|
||||
};
|
||||
html.enable = true;
|
||||
tsserver.enable = true;
|
||||
cssls.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue