David-Kunz / gen.nvim

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

Lost functionality with output rendered with "termopen" #41

Closed leafo closed 8 months ago

leafo commented 8 months ago

A few things I noticed from the termopen change with regards to usability:

The change was originally discussed here: https://github.com/David-Kunz/gen.nvim/issues/32#issuecomment-1819531258

leafo commented 8 months ago

Few more things I noticed:

David-Kunz commented 8 months ago

Hi @leafo ,

Thank you for writing this down, I also noticed (some of) these downsides in my daily usage. That was the reason I originally didn't use termopen, but ollama changed their behaviour, so we had to (temporarily) switch back to it.

With https://github.com/David-Kunz/gen.nvim/issues/39 the former behaviour should be restored, I hope we can merge it this weekend.

Best regards, David

David-Kunz commented 8 months ago

Hi @leafo ,

We removed termopen, hence closing this issue.

Thanks again for reporting!