Skip to content

Commit

Permalink
helix: pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
mobsenpai committed Nov 21, 2024
1 parent c8da413 commit cbf4def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/home-manager/programs/helix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in
nil
nodePackages.typescript-language-server
nodePackages.vscode-langservers-extracted
python312Packages.python-lsp-server
pyright

# Formatters
alejandra
Expand Down Expand Up @@ -91,7 +91,7 @@ in
command = "black";
args = ["--stdio"];
};
language-servers = ["pylsp"];
language-servers = ["pyright"];
}
];
};
Expand Down

0 comments on commit cbf4def

Please sign in to comment.