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
25509a48ac
commit
5ad18e3732
1 changed files with 10 additions and 10 deletions
|
|
@ -98,8 +98,8 @@ Available entries: ~
|
||||||
==============================================================================
|
==============================================================================
|
||||||
PULL REQUESTS *forge-pr*
|
PULL REQUESTS *forge-pr*
|
||||||
|
|
||||||
The PR picker lists open PRs by default. Toggle state with `<ctrl-o>` to
|
The PR picker lists open PRs by default. Toggle state with `<ctrl-o>` to cycle
|
||||||
cycle through open/closed/all.
|
through open/closed/all.
|
||||||
|
|
||||||
PR picker keybinds: ~
|
PR picker keybinds: ~
|
||||||
`<enter>` Checkout PR branch
|
`<enter>` Checkout PR branch
|
||||||
|
|
@ -187,15 +187,14 @@ Metadata fields (editable in the comment block): ~
|
||||||
`Draft:` Set to `yes` or `true` to create as draft
|
`Draft:` Set to `yes` or `true` to create as draft
|
||||||
`Reviewers:` Comma-separated list of reviewer usernames
|
`Reviewers:` Comma-separated list of reviewer usernames
|
||||||
|
|
||||||
Template discovery: ~
|
Template discovery: ~ forge.nvim searches for PR templates in the repository:
|
||||||
forge.nvim searches for PR templates in the repository:
|
|
||||||
- `.github/pull_request_template.md`
|
- `.github/pull_request_template.md`
|
||||||
- `.github/PULL_REQUEST_TEMPLATE/` (single file auto-selected, multiple
|
- `.github/PULL_REQUEST_TEMPLATE/` (single file auto-selected, multiple
|
||||||
prompts for choice)
|
prompts for choice)
|
||||||
- GitLab/Codeberg equivalents
|
- GitLab/Codeberg equivalents
|
||||||
|
|
||||||
Fugitive keymaps: ~
|
Fugitive keymaps: ~ From a fugitive buffer, the following keymaps are
|
||||||
From a fugitive buffer, the following keymaps are available:
|
available:
|
||||||
`cpr` Create PR
|
`cpr` Create PR
|
||||||
`cpd` Create draft PR
|
`cpd` Create draft PR
|
||||||
`cpf` Create PR instantly (skip compose buffer)
|
`cpf` Create PR instantly (skip compose buffer)
|
||||||
|
|
@ -214,7 +213,8 @@ The compose buffer uses the following highlight groups:
|
||||||
`ForgeComposeAdded` Addition indicators (+) Links to `Added`
|
`ForgeComposeAdded` Addition indicators (+) Links to `Added`
|
||||||
`ForgeComposeRemoved` Deletion indicators (-) Links to `Removed`
|
`ForgeComposeRemoved` Deletion indicators (-) Links to `Removed`
|
||||||
|
|
||||||
All groups are defined with `default = true` so colorschemes can override them.
|
All groups are defined with `default = true` so colorschemes can override
|
||||||
|
them.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
HEALTH CHECK *forge-health*
|
HEALTH CHECK *forge-health*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue