Switch python to use pylsp again
Add typescript LSP, add nil to Emacs configuration
This commit is contained in:
parent
58c280adcb
commit
d062732ca0
|
@ -186,7 +186,8 @@
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
|
|
||||||
## Language servers
|
## Language servers
|
||||||
pyright
|
nil # Nix lsp
|
||||||
lua-language-server
|
lua-language-server
|
||||||
|
typescript-language-server
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
(python3.withPackages
|
(python3.withPackages
|
||||||
(ps:
|
(ps:
|
||||||
with ps; [
|
with ps; [
|
||||||
|
python-lsp-server
|
||||||
|
isort
|
||||||
mypy
|
mypy
|
||||||
numpy
|
numpy
|
||||||
scipy
|
scipy
|
||||||
|
|
Reference in a new issue