Add typescript-language-server

main
Tristan Daniël Maat 2022-04-09 17:43:37 +01:00
parent dcb665cde4
commit 60d7eec53f
Signed by: tlater
GPG Key ID: 49670FD774E43268
2 changed files with 12 additions and 10 deletions

View File

@ -16,6 +16,8 @@
in {
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodePackages.typescript-language-server
(python39.withPackages (pypkgs:
with pypkgs; [
beautifulsoup4