Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions doc/copilot.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*copilot.txt*Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
*copilot.txt* Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
For NVIM v0.11.0 Last change: 11 June, 2026

==============================================================================
1. copilot.lua *copilot-copilot.lua*
Expand Down Expand Up @@ -97,16 +98,16 @@ To sign in with a different account:
:Copilot auth signin
<

To view your current authentication token information:
To view your current authentication status:

>
:Copilot auth info
<

Credentials are stored in: - **Linux/macOS:**
`~/.config/github-copilot/apps.json` (or
`$XDG_CONFIG_HOME/github-copilot/apps.json`) - **Windows:**
`~/AppData/Local/github-copilot/apps.json`
Credentials are stored by the Copilot Language Server in: - **Linux/macOS:**
`~/.config/github-copilot/auth.db` (or
`$XDG_CONFIG_HOME/github-copilot/auth.db`) - **Windows:**
`~/AppData/Local/github-copilot/auth.db`


AUTHENTICATION WITH ALTERNATE GITHUB INSTANCES
Expand Down