nomnivore/ollama.nvim

Add chatting support?

sandangel opened this issue · 4 comments

Hi, I really interested in this plugin. Is it possible to add support for chat like https://github.com/dustinblackman/oatmeal.nvim ? I think the UI can be better.

A chat module is something I'm interested in implementing, but don't have a timeline for yet. I'm open to input on how the UI/UX flow should look though.

For anyone interested, I got a very primitive chat interface started over on the chat branch if you want to play around with it.

OllamaChat (show/hide) and OllamaChatClose (full close) are the user commands you'll want to note.

Please note the branch is considered unstable, breaking changes can/will be made and the branch will eventually be deleted. UI width is fixed at 95 columns, and it uses only your default model.

Many more changes/features are coming, but I know a few that were patiently waiting for this, so here's a little appetizer!

Nice. Let me try it out

I think Ollama also added a new chat API that we can use