Bryley / neoai.nvim

Neovim plugin for intracting with GPT models from OpenAI
MIT License
566 stars 52 forks source link

Is it possible to custom git commit format? #33

Closed mactanxin closed 1 year ago

mactanxin commented 1 year ago

I use OpenCommit for auto generate commit message. is it possible to hook it up with NeoAI or commit messages the same format?

Bryley commented 1 year ago

Hey, thanks for the suggestion. Currently NeoAI is only setup to use OpenAI, it's possible in the future I might consider include better ways of generating commit messages by default, however the better commit message in NeoAI is just a small add on and not considered a feature of the plugin.

I think a better solution would be to create/use another custom plugin to work with primarily with the OpenCommit CLI.