Bryley / neoai.nvim

Neovim plugin for intracting with GPT models from OpenAI
MIT License
564 stars 51 forks source link

Added command variations that use ui widget for prompt input #29

Open Chemiseblanc opened 1 year ago

Chemiseblanc commented 1 year ago

This adds the commands: NeoAIPrompt NeoAIContextPrompt NeoAIInject(Context)(Code)Prompt

These call vim.ui.input for retrieving the prompt using a ui widget instead of taking it as an argument.