-
Hi, What I am looking for is to run prompt in the background and once done text get added where my cursor is, this is highly specific to work with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @olimorris, so far this is what I have, with this I get a diff directly and its matter of accepting it, but having access to the text straight would be great, or just option to accept the response directly. prompt_library = {
["Generate a Commit Message"] = {
strategy = "inline",
opts = {
name = "copilot",
model = "gemini-2.0-flash-001",
},
},
},
|
Beta Was this translation helpful? Give feedback.
after much pondering, I come up with this solution,