so that was a mistake
This commit is contained in:
parent
0d7ae716c7
commit
3c21d5b8e1
1 changed files with 1 additions and 1 deletions
|
|
@ -847,7 +847,7 @@ return setmetatable({
|
||||||
config_path = debug.getinfo(2, "S").source:sub(2)
|
config_path = debug.getinfo(2, "S").source:sub(2)
|
||||||
|
|
||||||
initialized, err = pcall(function()
|
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 = {}
|
packages = {}
|
||||||
|
|
||||||
bench("load", function()
|
bench("load", function()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue