Custom command in popup #1037
Answered
by
CKolkey
wybryk-ananasa
asked this question in
Q&A
-
How can I add custom command to popup like commit or pull? |
Beta Was this translation helpful? Give feedback.
Answered by
CKolkey
Dec 16, 2023
Replies: 1 comment
-
Ehh, short answer is you can't. Could be cool to open up an interface for it though. You can always fork the project and mess with these files: https://github.com/NeogitOrg/neogit/blob/master/lua/neogit/popups/commit/init.lua Should be quite straightforward to add stuff there. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wybryk-ananasa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ehh, short answer is you can't. Could be cool to open up an interface for it though.
You can always fork the project and mess with these files: https://github.com/NeogitOrg/neogit/blob/master/lua/neogit/popups/commit/init.lua
Should be quite straightforward to add stuff there.