add documentation
This commit is contained in:
parent
26ef7289f6
commit
a13d616da5
3 changed files with 601 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue