change plugin path to be shorter
This commit is contained in:
parent
b4e8741e50
commit
0d7ae716c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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") .. "/site/pack/deps/opt/")
|
||||
base_dir = config.base_dir or (vim.fn.stdpath("data") .. "/plugins/dep/")
|
||||
packages = {}
|
||||
|
||||
bench("load", function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue