Replies: 1 comment 1 reply
-
I was looking at spec kit briefly before and even if the prompts were auto loaded (this can be solved with small amount of code in VimEnter or something) issue is that the plugin also do not really supports arguments for prompts and I think spec kit requires that as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to play with spec-kit and there are a bunch of custom
/
commands (prompts) that it defines. Neovim, however is not one of the defined environments that it knows how to setup. How would I go about adding the custom / commands that can be seen at https://github.com/github/spec-kit/tree/main/templates/commands ?The prompts get added to
.github/prompts
but it doesn't look like CopilotChat will dynamically load them? I know it's possible to add custom prompts to CopilotChat, but is there a way to get them added dynamically if they exist in an environment?Beta Was this translation helpful? Give feedback.
All reactions