jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.57k stars 307 forks source link

Add note to README about api_key_cmd and spaces #292

Closed christoffer closed 9 months ago

christoffer commented 9 months ago

Discovered that you can't use spaces inside arguments passed to api_key_cmd since the job command is splitting arguments on whitespace.

Added it as a note to the README in an attempt to save the next person the 10 minutes of debugging it took me to figure this out.

Test plan

Checked the preview of the readme. Otherwise rely on spell checking.