mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
Revert "tests/lsp: temporarily disable test for pylyzer"
This reverts commit b75d6875c2
.
This commit is contained in:
parent
317da7bbba
commit
0a294ad931
1 changed files with 1 additions and 4 deletions
|
@ -171,10 +171,7 @@
|
||||||
prolog-ls.enable = true;
|
prolog-ls.enable = true;
|
||||||
purescriptls.enable = true;
|
purescriptls.enable = true;
|
||||||
pylsp.enable = true;
|
pylsp.enable = true;
|
||||||
# As of 2024-03-11, pylyzer is broken
|
pylyzer.enable = true;
|
||||||
# TODO: re-enable this test when fixed
|
|
||||||
# https://github.com/mtshiba/pylyzer/issues/78
|
|
||||||
pylyzer.enable = false;
|
|
||||||
pyright.enable = true;
|
pyright.enable = true;
|
||||||
ruff.enable = true;
|
ruff.enable = true;
|
||||||
ruff-lsp.enable = true;
|
ruff-lsp.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue