aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-04-29 11:32:18 -0400
committerSquibid <me@zacharyscheiman.com>2023-04-29 11:32:18 -0400
commit3c21d5b8e136f5fdfe62079521342f8b0ded0263 (patch)
treef4cfbb2a5c6632ada4b7ce38ce562f66cc9d8355
parent0d7ae716c7522500881424a4fe26dcf4d5dc941c (diff)
downloaddep-3c21d5b8e136f5fdfe62079521342f8b0ded0263.tar.gz
dep-3c21d5b8e136f5fdfe62079521342f8b0ded0263.tar.bz2
dep-3c21d5b8e136f5fdfe62079521342f8b0ded0263.zip
so that was a mistake
Diffstat (limited to '')
-rw-r--r--lua/dep.lua2
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()