Enable Copilot to generate Git commit messages based on staged changes
Open
- Dominant language
- Vim Script
- Stars
- 11.7k
- Forks
- 810
- PR merge metrics
- No merged PRs in 30d
Description
I've configured `copilot.vim` to work on Git commit message as follows:
```
let g:copilot_filetypes = {
\ 'gitcommit': v:true,
\}
```
However, the suggestions don't seem to take into account the staged changes.
Related to https://github.com/github/copilot.vim/issues/66.
Contributor guide
Assessment
This issue has not been assessed yet.