so that was a mistake
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user