- Notifications
You must be signed in to change notification settings - Fork13
terror/chatgpt.nvim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
chatgpt.nvim is a Neovim plugin that lets you query ChatGPT inside a Neovimbuffer.
n.b. You must havepython3 installed on your machine in order toinstall and use this plugin.
You can install this plugin withpackeror any other vim plugin manager:
use({'terror/chatgpt.nvim',run='pip3 install -r requirements.txt'})
The plugin looks for a configuration file in your home directory called.chatgpt-nvim.json
, and it expects a valid OpenAI api key to be set forqueries to work:
{"api_key":"<API-KEY>" }
You can get an api key from OpenAI via theirwebsite.
Below are the available commands this plugin supports:
Name | Arguments | Description |
---|---|---|
ChatGPT | Open a new interactive ChatGPT environment | |
ChatGPT | [query] | Load a ChatGPT response toquery into the Neovim command prompt. |
About
Query ChatGPT in Neovim
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.