From 23a4595616a20326e7d4cd902d603b31012ca331 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Jun 2026 13:39:09 +0000 Subject: [PATCH] docs: update vimdocs --- doc/copilot.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/copilot.txt b/doc/copilot.txt index 0600ffc3..8b267282 100644 --- a/doc/copilot.txt +++ b/doc/copilot.txt @@ -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* @@ -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