chore(build): auto-generate docs

This commit is contained in:
github-actions[bot] 2024-06-24 13:12:14 +00:00
parent 859da3df2f
commit 65b92c369a
3 changed files with 155 additions and 48 deletions

View file

@ -187,12 +187,6 @@ sidebar_position: 5
skip_if_doc_exists = true,
},
state = vim.fn.stdpath("state") .. "/lazy/state.json", -- state info for checker and other things
build = {
-- Plugins can provide a `build.lua` file that will be executed when the plugin is installed
-- or updated. When the plugin spec also has a `build` command, the plugin's `build.lua` not be
-- executed. In this case, a warning message will be shown.
warn_on_override = true,
},
-- Enable profiling of lazy.nvim. This will add some overhead,
-- so only enable this when you are debugging lazy.nvim
profiling = {