neovim: Temporarily disable pylsp-mypy

Its build is currently broken, see
https://github.com/NixOS/nixpkgs/issues/171524.
pull/64/head
Simon Bruder 2022-05-31 14:40:38 +02:00
parent 12be176ecc
commit 8cc24be53b
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ in
};
}).withPackages (ps: with ps; [
pyls-isort
pylsp-mypy
#pylsp-mypy # FIXME
python-lsp-black
python-lsp-server
]))