CopilotChat.nvim icon indicating copy to clipboard operation
CopilotChat.nvim copied to clipboard

Add support for github enterprise instance (GHEC) or potentially other types of github instances

Open simchri opened this issue 4 months ago • 2 comments

Hello!

thought it might be valuable to share a modification that I have been using personally now for a few days.

The issue: My company gives us access to copilot, but only through their private GitHub Enterprise (.Com) instance. I love the plugin but could only continue to use it by changing the hardcoded urls to point to our instance. However, this could also be made configurable. So proposition:

  • introduce config keys for setting basically the github url
  • adjust the built-in copilot provider to use configurable urls

PR : https://github.com/CopilotC-Nvim/CopilotChat.nvim/pull/1343#issue-3331918809 feedback very welcome, I am completely new to lua :)

Regards!

simchri avatar Aug 18 '25 19:08 simchri

@deathbeam , any plans for adding this support? Thank you!

wojtuss avatar Nov 19 '25 07:11 wojtuss

Yes its last planned thing for 5.0.0, just did not got around to adding it yet

deathbeam avatar Nov 19 '25 07:11 deathbeam