aboutsummaryrefslogtreecommitdiffstats
path: root/lua/dep.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add arbitrary tag selection with *sdevSquibid2024-12-231-82/+90
|
* Merge branch 'master' into devSquibid2024-12-231-52/+85
|\
| * fix: accidentally jumps to FETCH_HEADSquibid2024-11-191-29/+46
| |
| * add ability to specifiy commit refSquibid2024-11-191-5/+23
| |
| * make sure the load function is called on dep reloadingSquibid2024-07-251-1/+12
| |
| * actually fix it this timeSquibid2024-07-251-2/+4
| |
| * whoopsSquibid2024-07-251-1/+1
| |
| * pin the correct repo to the top of the plugin listSquibid2024-07-251-21/+6
| |
| * pin the correct repo to the top of the plugin listSquibid2023-04-301-1/+1
| |
| * notifiy was in the wrong placeSquibid2023-04-291-3/+1
| |
* | notify user that this is a development versionSquibid2023-04-291-3/+2
|/
* so that was a mistakeSquibid2023-04-291-1/+1
|
* change plugin path to be shorterSquibid2023-04-291-1/+1
|
* more vsp instead of spSquibid2023-04-291-2/+2
|
* change package updates to a vim.notifySquibid2023-04-291-1/+3
|
* change sp to vspSquibid2023-04-291-1/+1
|
* sync: add on_complete callback -- taken from trsdln on githubSquibid2023-04-291-3/+7
|
* Update readme and license linksluaneko2022-12-211-1/+1
|
* Fix lua file chmodsluaneko2022-12-201-0/+0
|
* Refactor logger classluaneko2022-12-201-4/+11
|
* Ensure cwd is always restored to the original directory on hook failurephosphene472021-12-141-0/+2
|
* Change directory into the package dir when running hooksphosphene472021-12-141-0/+6
| | | | This makes running external commands like `make` from hooks easier to do.
* Fix sync not completing when some packages are disabled, and make readme prettyphosphene472021-12-121-0/+2
|
* Fix recursive subtree configuration not being optimized after the first runphosphene472021-11-171-34/+45
|
* Implement benchmarking of package load timephosphene472021-11-141-132/+237
|
* Improve performance by caching subtree state and configure a single root for ↵phosphene472021-11-141-65/+113
| | | | simplicity
* Prevent failed package load being retried multiple timesphosphene472021-11-141-9/+23
|
* Fix many bugs and make things actually workphosphene472021-11-141-148/+427
|
* Initial commitphosphene472021-11-141-0/+406