update plugin directory
This commit is contained in:
parent
9b19b61372
commit
995aaac2a5
1 changed files with 2 additions and 2 deletions
|
|
@ -85,10 +85,10 @@ return function(opts)
|
||||||
lazy.setup()
|
lazy.setup()
|
||||||
|
|
||||||
-- generate doc tags
|
-- generate doc tags
|
||||||
vim.cmd.helptags(vim.fn.stdpath('data')..'/site/pack/deps/opt/dep/doc')
|
vim.cmd.helptags(vim.fn.stdpath('data')..'/site/pack/core/opt/dep/doc')
|
||||||
|
|
||||||
local initialized, err = pcall(function()
|
local initialized, err = pcall(function()
|
||||||
packager.set_base_dir(opts.base_dir or vim.fn.stdpath("data").."/site/pack/deps/opt/")
|
packager.set_base_dir(opts.base_dir or vim.fn.stdpath("data").."/site/pack/core/opt/")
|
||||||
bench.mark("load", function()
|
bench.mark("load", function()
|
||||||
-- register all packages
|
-- register all packages
|
||||||
local root = packager:new({
|
local root = packager:new({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue