Skip to content

Commit

Permalink
Merge pull request AstroNvim#255 from kabinspace/packer_rebase
Browse files Browse the repository at this point in the history
Make packer work with rebases
  • Loading branch information
mehalter committed Apr 5, 2022
2 parents 5f8aa6f + 7b8b3f3 commit c954bb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/core/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,9 @@ packer.startup {
},
git = {
clone_timeout = 300,
subcommands = {
update = "pull --ff-only --progress --rebase=true",
},
},
auto_clean = true,
compile_on_sync = true,
Expand Down

0 comments on commit c954bb5

Please sign in to comment.