mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-03 18:28:38 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
8646ba4696
commit
190afc1ec3
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue