mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +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;
|
||||
purescriptls.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;
|
||||
rnix-lsp.enable = false; # Deprecated
|
||||
ruff-lsp.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue