aduros / ai.vim

Generate and edit text in Neovim using OpenAI and GPT.
ISC License
293 stars 24 forks source link

openai: replace cmd with vim.fn.system #19

Closed Kamilcuk closed 1 year ago

Kamilcuk commented 1 year ago

Solves #18

Kamilcuk commented 1 year ago

Please kindly test first! Was there a reason to write exec instead of just system() ?