dustinblackman / oatmeal.nvim

Terminal UI to chat with large language models (LLM) using different model backends, and with a plugin for Neovim!
https://github.com/dustinblackman/oatmeal
MIT License
82 stars 3 forks source link

Context doesn't load when starting Oatmeal with highlighted section #3

Closed julwrites closed 10 months ago

julwrites commented 10 months ago

Neovim Version: v0.9.0 OS: MacOS Sonoma Version 14.1 Beta

https://github.com/dustinblackman/oatmeal.nvim/assets/18639913/c3ee1eb3-2237-4dba-9521-2c3b72ed1fa3

Issue: On Neovim, Oatmeal launches fine and is interactable as expected, but context is not loaded from the selected text.

dustinblackman commented 10 months ago

I'm running Neovim v0.9.2 on Sonoma, and using an empty Neovim config with only the Oatmeal plugin installed, I can't repro this. It works as expected.

To confirm, the terminal opening on the left is a Neovim terminal and not a Tmux split, correct?

julwrites commented 10 months ago

Ahah, after I upgraded to v0.9.2 it now works.

I'm not sure what was in v0.9.0, but when I switched back to it, the problem occurs again.

dustinblackman commented 10 months ago

Odd, but noted! I've updated the readme. Thanks!