change plugin path to be shorter
This commit is contained in:
@ -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") .. "/site/pack/deps/opt/")
|
base_dir = config.base_dir or (vim.fn.stdpath("data") .. "/plugins/dep/")
|
||||||
packages = {}
|
packages = {}
|
||||||
|
|
||||||
bench("load", function()
|
bench("load", function()
|
||||||
|
Reference in New Issue
Block a user