Skip to content

Commit

Permalink
temporary disable pylyzer due to RustPython/Parser#114
Browse files Browse the repository at this point in the history
  • Loading branch information
TornaxO7 committed Mar 13, 2024
1 parent 99884dc commit 5e7da6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions home/programs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
args = [ ];
};

pylyzer = {
command = "${pkgs.pylyzer}/bin/pylyzer";
args = [ "--server" ];
};
# pylyzer = {
# command = "${pkgs.pylyzer}/bin/pylyzer";
# args = [ "--server" ];
# };

yaml = {
command = "${pkgs.nodePackages.yaml-language-server}/bin/yaml-language-server";
Expand Down Expand Up @@ -94,7 +94,7 @@
name = "python";
auto-format = true;
file-types = [ "python" "py" ];
language-servers = [ "pylyzer" ];
# language-servers = [ "pylyzer" ];
}
{
name = "nix";
Expand Down

0 comments on commit 5e7da6d

Please sign in to comment.