Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charlespascoe/vim-chatgpt

ChatGPT Plugin for Vim
https://github.com/charlespascoe/vim-chatgpt

Last synced: about 2 months ago
JSON representation

ChatGPT Plugin for Vim

Awesome Lists containing this project

README

        

# ChatGPT Plugin for Vim

TODO: Document how to use. In short:

- Set `OPENAI_API_KEY` environment variable to your [OpenAI API
Key](https://platform.openai.com/account/api-keys)
- Use plugin Manager of your choice to load the plugin
- Build by going into the plugin directory and running `make` (requires Go 1.19)
- TODO: Download pre-built binaries?
- Use the command `Chat` to start a new chat; type in the bottom of the two
windows, and then press Enter in normal mode to send your message.