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: Change directory structure to properly namespace utils #12

Closed mdietrich16 closed 7 months ago

mdietrich16 commented 7 months ago

Fixes #9: The problem was a shadowing of utils.lua by local user modules which lead to the field in_visual_mode not being found. This PR just adds an intermediate folder lua/oatmeal/ that properly namespaces everything under oatmeal. If there is a better/nicer way, please do tell.