From 0cd84911c95a76ad3e8feb471c76a8479840646b Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 9 Aug 2024 01:19:57 +0000 Subject: [PATCH] switch typscript lsps --- modules/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/neovim.nix b/modules/neovim.nix index ec20ce1..092ebad 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -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; }; };