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

fix: selection range issue #6

Closed kapral18 closed 10 months ago

kapral18 commented 10 months ago

based on a good visual select helper from https://github.com/ibhagwan/fzf-lua/blob/main/lua/fzf-lua/utils.lua#L533

additionally:

refactored a tiny bit with native base64. Yields exact same result for me as your custom helper.