David-Kunz / gen.nvim

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

opt in to default prompts and streamline user prompts #65

Closed tjex closed 5 months ago

tjex commented 5 months ago

Addresses David-Kunz#64.

This PR became more opinionated that intended... I hope it fits!

I'm however starting to pull some hair out... I don't know why the plugin isn't respecting my settings for user_prompts and load_default_prompts. Setting them in my config has no effect. Only their default settings within init.lua are being respected...

Any pointers on that would be highly appreciated (with or without a PR approval).

tjex commented 5 months ago

totally overcomplicated solution, as discussed in respective issue...