github / github/copilot.vim

Enable Copilot to generate Git commit messages based on staged changes

オープン
#233 コメント 7 件 リアクション 2 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。