Enable Copilot to generate Git commit messages based on staged changes
オープン
- 主要言語
- Vim Script
- スター
- 11.7k
- フォーク
- 810
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
評価
この issue はまだ評価されていません。