Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gptlang committed Jan 30, 2024
2 parents 2dd4e6b + 2a6b2fc commit 72fa234
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Copilot Chat for Neovim

> [!NOTE]
> You might want to take a look at [this fork](https://github.com/jellydn/CopilotChat.nvim) which is more well maintained & is more configurable. I personally use it now as well.
## Authentication

It will prompt you with instructions on your first start. If you already have `Copilot.vim` or `Copilot.lua`, it will work automatically.
Expand All @@ -8,7 +11,7 @@ It will prompt you with instructions on your first start. If you already have `C

### Lazy.nvim

1. `pip install python-dotenv requests pynvim prompt-toolkit`
1. `pip install python-dotenv requests pynvim==0.5.0 prompt-toolkit`
2. Put it in your lazy setup
```lua
require('lazy').setup({
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python-dotenv
requests
pynvim
pynvim==0.5.0
prompt-toolkit

0 comments on commit 72fa234

Please sign in to comment.