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
|
||||
|
||||
## Language servers
|
||||
pyright
|
||||
nil # Nix lsp
|
||||
lua-language-server
|
||||
typescript-language-server
|
||||
];
|
||||
}
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
(python3.withPackages
|
||||
(ps:
|
||||
with ps; [
|
||||
python-lsp-server
|
||||
isort
|
||||
mypy
|
||||
numpy
|
||||
scipy
|
||||
|
|
Reference in a new issue