so that was a mistake

This commit is contained in:
2023-04-29 11:32:18 -04:00
parent 0d7ae716c7
commit 3c21d5b8e1

View File

@ -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()