Skip to content

Enable Copilot to generate Git commit messages based on staged changes #233

@khatchad

Description

@khatchad

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 #66.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions