chore(build): auto-generate docs

This commit is contained in:
folke 2025-01-31 20:01:38 +00:00 committed by github-actions[bot]
parent 8646ba4696
commit 190afc1ec3

View file

@ -823,11 +823,13 @@ Neovim commands
---@field follow_file? boolean follow the file from the current buffer
---@field tree? boolean show the file tree (default: true)
---@field git_status? boolean show git status (default: true)
---@field git_status_open? boolean show recursive git status for open directories
{
finder = "explorer",
sort = { fields = { "sort" } },
tree = true,
git_status = true,
git_status_open = true,
supports_live = true,
follow_file = true,
focus = "list",