Bryley / neoai.nvim

Neovim plugin for intracting with GPT models from OpenAI
MIT License
558 stars 51 forks source link

Update README.md #30

Closed schoblaska closed 5 months ago

schoblaska commented 1 year ago

The key for packer dependencies is requires, not require.

https://github.com/wbthomason/packer.nvim/blob/master/doc/packer.txt#L323-L339

Also, the config function is needed for packer, otherwise config.options doesn't get initialized correctly and the user will get an error the first time one of its values is referenced.