Skip to content

Commit

Permalink
helix: fix basedpyright command
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Sep 24, 2024
1 parent c8891b3 commit d44ea1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions home/editors/helix/languages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@
++ prettierLangs langs;

language-server = {
basedpyright = {
command = lib.getExe pkgs.basedpyright;
};
basedpyright.command = "${pkgs.basedpyright}/bin/basedpyright-langserver";

bash-language-server = {
command = lib.getExe pkgs.bash-language-server;
Expand Down

0 comments on commit d44ea1a

Please sign in to comment.