diff options
author | Squibid <me@zacharyscheiman.com> | 2023-04-29 11:32:18 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-04-29 11:32:18 -0400 |
commit | 3c21d5b8e136f5fdfe62079521342f8b0ded0263 (patch) | |
tree | f4cfbb2a5c6632ada4b7ce38ce562f66cc9d8355 /lua | |
parent | 0d7ae716c7522500881424a4fe26dcf4d5dc941c (diff) | |
download | dep-3c21d5b8e136f5fdfe62079521342f8b0ded0263.tar.gz dep-3c21d5b8e136f5fdfe62079521342f8b0ded0263.tar.bz2 dep-3c21d5b8e136f5fdfe62079521342f8b0ded0263.zip |
so that was a mistake
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 c63c717..386e739 100644 --- a/lua/dep.lua +++ b/lua/dep.lua @@ -847,7 +847,7 @@ return setmetatable({ config_path = debug.getinfo(2, "S").source:sub(2) initialized, err = pcall(function() - base_dir = config.base_dir or (vim.fn.stdpath("data") .. "/plugins/dep/") + base_dir = config.base_dir or (vim.fn.stdpath("data") .. "/site/pack/deps/opt/") packages = {} bench("load", function() |