-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update TPM and make it work from a custom config
Related issue: tmux-plugins/tpm#57
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
Submodule packer.nvim
updated
27 files
+29 −0 | .github/workflows/formatting.yaml | |
+39 −29 | README.md | |
+30 −22 | doc/packer.txt | |
+393 −176 | lua/packer.lua | |
+23 −13 | lua/packer/async.lua | |
+37 −31 | lua/packer/clean.lua | |
+194 −87 | lua/packer/compile.lua | |
+302 −154 | lua/packer/display.lua | |
+1 −1 | lua/packer/handlers.lua | |
+9 −7 | lua/packer/install.lua | |
+29 −17 | lua/packer/jobs.lua | |
+28 −15 | lua/packer/load.lua | |
+47 −31 | lua/packer/log.lua | |
+196 −113 | lua/packer/luarocks.lua | |
+2 −1 | lua/packer/plugin_types.lua | |
+146 −102 | lua/packer/plugin_types/git.lua | |
+22 −23 | lua/packer/plugin_types/local.lua | |
+156 −83 | lua/packer/plugin_utils.lua | |
+19 −7 | lua/packer/result.lua | |
+39 −28 | lua/packer/update.lua | |
+19 −22 | lua/packer/util.lua | |
+4 −0 | stylua.toml | |
+20 −0 | tests/helpers.lua | |
+33 −0 | tests/local_plugin_spec.lua | |
+4 −8 | tests/packer_plugin_utils_spec.lua | |
+3 −1 | tests/packer_use_spec.lua | |
+81 −0 | tests/plugin_utils_spec.lua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters