Switch python to use pylsp again

Add typescript LSP, add nil to Emacs configuration
This commit is contained in:
Evie Litherland-Smith 2024-06-26 13:38:34 +01:00
parent 58c280adcb
commit d062732ca0
2 changed files with 4 additions and 1 deletions

View file

@ -186,7 +186,8 @@
nodePackages.prettier
## Language servers
pyright
nil # Nix lsp
lua-language-server
typescript-language-server
];
}

View file

@ -7,6 +7,8 @@
(python3.withPackages
(ps:
with ps; [
python-lsp-server
isort
mypy
numpy
scipy