mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
e6fb5381a9
commit
7dcf9ffed4
1 changed files with 3 additions and 3 deletions
|
@ -877,7 +877,7 @@ Git log
|
|||
finder = "git_log",
|
||||
format = "git_log",
|
||||
preview = "git_show",
|
||||
confirm = "close",
|
||||
confirm = "git_checkout",
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -895,7 +895,7 @@ Git log
|
|||
preview = "git_show",
|
||||
current_file = true,
|
||||
follow = true,
|
||||
confirm = "close",
|
||||
confirm = "git_checkout",
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -913,7 +913,7 @@ Git log
|
|||
preview = "git_show",
|
||||
current_line = true,
|
||||
follow = true,
|
||||
confirm = "close",
|
||||
confirm = "git_checkout",
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue