summary refs log tree commit diff stats
path: root/user/settings/development/web.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-07-15 08:36:59 +0200
committerAlan Pearce2024-07-15 08:36:59 +0200
commitff19f649c8714b66114af042efa681897ad399a2 (patch)
tree7061856bc9864b11f29a657ca3a96b24a792bcde /user/settings/development/web.nix
parentaae94a2e42ff4e4ae157af606f6ea3b8d21b71b1 (diff)
downloadnixfiles-ff19f649c8714b66114af042efa681897ad399a2.tar.lz
nixfiles-ff19f649c8714b66114af042efa681897ad399a2.tar.zst
nixfiles-ff19f649c8714b66114af042efa681897ad399a2.zip
dev: use maintained language server packages
Diffstat (limited to 'user/settings/development/web.nix')
-rw-r--r--user/settings/development/web.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/user/settings/development/web.nix b/user/settings/development/web.nix
index 77b3e01d..e4d9d02c 100644
--- a/user/settings/development/web.nix
+++ b/user/settings/development/web.nix
@@ -4,8 +4,7 @@
 , ...
 }: {
   home.packages = with pkgs.nodePackages; [
-    vscode-css-languageserver-bin
-    vscode-html-languageserver-bin
+    vscode-langservers-extracted
     csslint
     stylelint
   ] ++ (with pkgs; [