aboutsummaryrefslogtreecommitdiffstats
path: root/lua/dep.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-25make sure the load function is called on dep reloadingSquibid1-1/+12
2024-07-25actually fix it this timeSquibid1-2/+4
2024-07-25whoopsSquibid1-1/+1
2024-07-25pin the correct repo to the top of the plugin listSquibid1-21/+6
2023-04-30pin the correct repo to the top of the plugin listSquibid1-1/+1
2023-04-29notifiy was in the wrong placeSquibid1-3/+1
2023-04-29so that was a mistakeSquibid1-1/+1
2023-04-29change plugin path to be shorterSquibid1-1/+1
2023-04-29more vsp instead of spSquibid1-2/+2
2023-04-29change package updates to a vim.notifySquibid1-1/+3
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
This makes running external commands like `make` from hooks easier to do.
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
simplicity
2021-11-14Prevent failed package load being retried multiple timesphosphene471-9/+23
2021-11-14Fix many bugs and make things actually workphosphene471-148/+427