neovim: Temporarily disable pylsp-mypy
Its build is currently broken, see https://github.com/NixOS/nixpkgs/issues/171524.
This commit is contained in:
parent
12be176ecc
commit
8cc24be53b
|
@ -59,7 +59,7 @@ in
|
||||||
};
|
};
|
||||||
}).withPackages (ps: with ps; [
|
}).withPackages (ps: with ps; [
|
||||||
pyls-isort
|
pyls-isort
|
||||||
pylsp-mypy
|
#pylsp-mypy # FIXME
|
||||||
python-lsp-black
|
python-lsp-black
|
||||||
python-lsp-server
|
python-lsp-server
|
||||||
]))
|
]))
|
||||||
|
|
Loading…
Reference in a new issue