Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlespascoe/vim-chatgpt
ChatGPT Plugin for Vim
https://github.com/charlespascoe/vim-chatgpt
Last synced: 16 days ago
JSON representation
ChatGPT Plugin for Vim
- Host: GitHub
- URL: https://github.com/charlespascoe/vim-chatgpt
- Owner: charlespascoe
- License: mit
- Created: 2023-04-09T15:36:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T18:46:22.000Z (9 months ago)
- Last Synced: 2024-11-11T16:41:38.125Z (about 1 month ago)
- Language: Go
- Size: 47.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vim-llm-plugins - charlespascoe/vim-chatgpt
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.