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