David-Kunz / gen.nvim

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

add complete function for :Gen command #14

Closed leafo closed 9 months ago

leafo commented 9 months ago

This adds a complete function to the :Gen user command with all the prompt names that match what's been typed (or listing everything if tab is pressed and nothing is typed.

David-Kunz commented 9 months ago

Thank you, @leafo , your contributions are top notch!