mirror of
https://github.com/harivansh-afk/forge.nvim.git
synced 2026-04-15 07:04:47 +00:00
ci: format
This commit is contained in:
parent
ac8db6851f
commit
0e892b0b52
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ unset keys use defaults. >lua
|
||||||
|
|
||||||
Top-level keys: ~
|
Top-level keys: ~
|
||||||
|
|
||||||
`picker` *forge-config-picker*
|
`picker` *forge-config-picker*
|
||||||
`string` (default `"auto"`)
|
`string` (default `"auto"`)
|
||||||
Picker backend to use. One of `"auto"`, `"fzf-lua"`, `"telescope"`, or
|
Picker backend to use. One of `"auto"`, `"fzf-lua"`, `"telescope"`, or
|
||||||
`"snacks"`. When `"auto"`, forge.nvim tries fzf-lua, then snacks, then
|
`"snacks"`. When `"auto"`, forge.nvim tries fzf-lua, then snacks, then
|
||||||
|
|
@ -712,7 +712,7 @@ PUBLIC API: `require('forge.pickers')` ~
|
||||||
`pr_manage(f, num)`
|
`pr_manage(f, num)`
|
||||||
Opens the management picker for PR `num`.
|
Opens the management picker for PR `num`.
|
||||||
|
|
||||||
*forge.pickers.pr_action_fns()*
|
*forge.pickers.pr_action_fns()*
|
||||||
`pr_action_fns(f, num)`
|
`pr_action_fns(f, num)`
|
||||||
Returns `table<string, function>`. Action functions for PR `num`,
|
Returns `table<string, function>`. Action functions for PR `num`,
|
||||||
keyed by action name (`"checkout"`, `"diff"`, `"worktree"`,
|
keyed by action name (`"checkout"`, `"diff"`, `"worktree"`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue