David-Kunz / gen.nvim

Neovim plugin to generate text using LLMs with customizable prompts
The Unlicense
992 stars 64 forks source link

Ctrl-c or Esc doesn't kill the job and so there is no way to stop the prompt without closing vim or waiting till its over. #40

Closed JulesHauchecorne closed 7 months ago

David-Kunz commented 8 months ago

Thank you @JulesHauchecorne , I'll look into it once https://github.com/David-Kunz/gen.nvim/pull/36 is merged (which changes quite a few things).

David-Kunz commented 7 months ago

Hi @JulesHauchecorne ,

With the newest version, once the window is closed, the job will be destroyed.

Best regards, David

JulesHauchecorne commented 7 months ago

Amazing Thank you!!