aboutsummaryrefslogtreecommitdiffstats
path: root/lua/dep.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-29change sp to vspSquibid1-1/+1
2023-04-29sync: add on_complete callback -- taken from trsdln on githubSquibid1-3/+7
2022-12-21Update readme and license linksluaneko1-1/+1
2022-12-20Fix lua file chmodsluaneko1-0/+0
2022-12-20Refactor logger classluaneko1-4/+11
2021-12-14Ensure cwd is always restored to the original directory on hook failurephosphene471-0/+2
2021-12-14Change directory into the package dir when running hooksphosphene471-0/+6
2021-12-12Fix sync not completing when some packages are disabled, and make readme prettyphosphene471-0/+2
2021-11-17Fix recursive subtree configuration not being optimized after the first runphosphene471-34/+45
2021-11-14Implement benchmarking of package load timephosphene471-132/+237
2021-11-14Improve performance by caching subtree state and configure a single root for ...phosphene471-65/+113
2021-11-14Prevent failed package load being retried multiple timesphosphene471-9/+23
2021-11-14Fix many bugs and make things actually workphosphene471-148/+427