Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

proompter.vim

A Neovim plugin for creating diffs from LLMs you can apply/reject. No bloat or animations, and few dependencies.

LLM Support

  • OpenAI

Dependencies

  • curl
  • git
  • neovim

Installing

  1. Place proompter.lua in ~/.config/nvim/plugin/.
  2. Set VIM_OPENAI_API_KEY variable to your OpenAI key.

Commands

  • AIAdd: Add file to context
  • AIRemove: Remove file to context
  • AIContext: View files in context
  • AIPrompt: Create diff file based on prompt
  • AIAccept: Apply diff file
  • AIReject: Discard diff file
  • AISetModel: Set model (default of gpt-4o-mini)

About

Neovim plugin for generating diffs for your projects based on prompts and project context.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages