add documentation
This commit is contained in:
@ -90,6 +90,9 @@ return function(opts)
|
||||
bench.setup()
|
||||
lazy.setup()
|
||||
|
||||
-- generate doc tags
|
||||
vim.cmd.helptags(vim.fn.stdpath('data')..'/site/pack/deps/opt/dep/doc')
|
||||
|
||||
local initialized, err = pcall(function()
|
||||
packager.set_base_dir(opts.base_dir or vim.fn.stdpath("data").."/site/pack/deps/opt/")
|
||||
bench.mark("load", function()
|
||||
|
Reference in New Issue
Block a user