Skip to content

Commit

Permalink
fix(just): no parallel downloads for vim plugins update
Browse files Browse the repository at this point in the history
This can cause rate limits with GH's API.
  • Loading branch information
jalil-salame committed Dec 3, 2024
1 parent 8842a92 commit 5842562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ update-vim-plugins:
cd -
fi
# update vim plugins
nix run nixpkgs#vimPluginsUpdater -- --nixpkgs "$nixpkgs" --no-commit -i ./nvim/extraPlugins/plugins -o ./nvim/extraPlugins/generated.nix update
nix run nixpkgs#vimPluginsUpdater -- --proc=1 --nixpkgs "$nixpkgs" --no-commit -i ./nvim/extraPlugins/plugins -o ./nvim/extraPlugins/generated.nix update
# format the generated output
nix fmt ./nvim/extraPlugins/generated.nix

Expand Down

0 comments on commit 5842562

Please sign in to comment.