copilot.vim icon indicating copy to clipboard operation
copilot.vim copied to clipboard

Enable Copilot to generate Git commit messages based on staged changes

Open khatchad opened this issue 2 months ago • 7 comments

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.

khatchad avatar Oct 24 '25 15:10 khatchad