Skip to content

Commit

Permalink
Mention the possibility of custom popups in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zivarah committed Nov 6, 2024
1 parent af6ada2 commit 7460ffd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/neogit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1848,6 +1848,13 @@ The following keys, in normal mode, will act on the commit under the cursor:
`b` Insert breakpoint
`<cr>` Open current commit in Commit Buffer

==============================================================================
Custom Popups *neogit_custom_popups*

You can leverage Neogit's infrastructure to create your own popups and
actions. Look at the built-in popups within `lua/neogit/popups/*` and the
builder APIs in `lua/neogit/lib/popup/builder.lua` to get started.

------------------------------------------------------------------------------
vim:tw=78:ts=8:ft=help:norl:

0 comments on commit 7460ffd

Please sign in to comment.