diff options
author | Squibid <me@zacharyscheiman.com> | 2023-04-30 19:49:01 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-04-30 19:49:01 -0400 |
commit | 5b7b7f610f515e55c72a86bc8f49855652c0f339 (patch) | |
tree | d7ea8d305b65b07e1f67e709b76dc6843e1cbad1 /lua | |
parent | 344223afd55a93cea65501d223886c648ee9c054 (diff) | |
download | dep-5b7b7f610f515e55c72a86bc8f49855652c0f339.tar.gz dep-5b7b7f610f515e55c72a86bc8f49855652c0f339.tar.bz2 dep-5b7b7f610f515e55c72a86bc8f49855652c0f339.zip |
pin the correct repo to the top of the plugin list
Diffstat (limited to 'lua')
-rw-r--r-- | lua/dep.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/dep.lua b/lua/dep.lua index b4bce62..dccd17b 100644 --- a/lua/dep.lua +++ b/lua/dep.lua @@ -849,7 +849,7 @@ return setmetatable({ packages = {} bench("load", function() - root = register("chiyadev/dep") + root = register("squibid/dep") register_recursive(config) sort_dependencies() ensure_acyclic() |