add documentation

This commit is contained in:
Squibid 2025-07-02 03:11:20 -04:00
parent 26ef7289f6
commit a13d616da5
Signed by: squibid
GPG key ID: BECE5684D3C4005D
3 changed files with 601 additions and 0 deletions

View file

@ -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()