github / github/copilot.vim

Enable Copilot to generate Git commit messages based on staged changes

Open
#233 7 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.