Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
GitHub Copilot support for Sublime Text LSP plugin provided through Copilot.vim.
| Date | Stars |
|---|---|
| 2026-07-31 | 792 |
| 2026-08-06 | 792 |
| 2026-08-21 | 792 |
| 2026-09-17 | 791 |
| 2026-09-18 | 791 |
| 2026-09-19 | 791 |
| 2026-09-20 | 791 |
Today
— stars today
This week
-1 stars this week
This month
-1 stars this month
Momentum
15.0
growth rate 0.00%/day
# LSP-copilot

GitHub Copilot support for Sublime Text LSP plugin provided through [@github/copilot-language-server][].
This plugin uses [Copilot][] distribution which uses OpenAI Codex to suggest codes
and entire functions in real-time right from your editor.
## Features
- [x] Inline completion popup.
- [x] Inline completion phantom.
- [x] Panel completion.
- [x] Chat.
## Prerequisites
* Public network connection.
* Active GitHub Copilot subscription.
## Installation
1. Install [LSP][] and [LSP-copilot][] via Package Control.
1. Restart Sublime Text.
## Setup
On the first time use, follow the steps below:
1. Open any file.
1. Execute `Copilot: Sign In` from the command palette.
1. Follow the prompts to authenticate LSP-copilot.
1. The `User Code` will be auto copied to your clipboard.
1. Paste the `User Code` into the pop-up GitHub authentication page.
1. Return to Sublime Text and press `OK` on the dialog.
1. If you see a "sign in OK" dialog, LSP-copilot should start working since then.
## Settings
Settings are provide in the `LSP-copilot.sublime-settings` file, accessible using `Preferences: LSP-copilot Settings` in the command palette.
| Setting | Type | Default | Description |
|-------------------------------|---------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| auto_ask_completions | boolean | true | Auto ask the server for completions. Otherwise, you have to trigger it manually. |
| debug | boolean | false | Enables `debug` mode for LSP-copilot. Enabling all commands regardless of status requirements. |
| hook_to_auto_complete_command | boolean | false | Ask the server for completions when the `auto_complete` command is called. |
| authProvider | string | | The GitHub identity to use for Copilot
| github-enterprise | object | | The configuration for Github Enterprise |
| local_checks | boolean | false | Enables local checks. This feature is not fully understood yet. |
| telemetry | boolean | false | Enables Copilot telemetry requests for `Accept` and `Reject` completions. |
| proxy | string | | The HTTP proxy to use for Copilot requests. It's in the form of `username:password@host:port` or just `host:port`. |
| completion_style | string | popup | Completion style. `popup` is the default, `phantom` is experimental ([there are well-known issues](https://github.com/TheSecEng/LSP-copilot/issues)). |
## Screenshots
### Inline Completion Popup

### Inline Completion Phantom

### Panel Completion

### Chat

## FAQs
### I don't want to use `Tab` for committing Copilot's completion
It's likely tExcerpt of 5,283 characters
Read on GitHub240
199
21
14
10
9
7
2
1
1
1
Néstor Subirón · Germany
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:1d27588370d9ad2b, llm:description: 'GitHub Copilot support for Sublime Text LSP plugin provided through Copilot.vim.' Language: Python
matched fp:1d27588370d9ad2b, llm:description: 'GitHub Copilot support for Sublime Text LSP plugin provided through Copilot.vim.' Language: Python