11# Copilot.vim
22
3- GitHub Copilot is an AI pair programmer which suggests line completions and
4- entire function bodies as you type. GitHub Copilot is powered by the OpenAI
5- Codex AI system, trained on public Internet text and billions of lines of
6- code .
3+ GitHub Copilot uses OpenAI Codex to suggest code and entire functions in
4+ real-time right from your editor. Trained on billions of lines of public code,
5+ GitHub Copilot turns natural language prompts including comments and method
6+ names into coding suggestions across dozens of languages .
77
88Copilot.vim is a Vim plugin for GitHub Copilot. For now, it requires Neovim
990.6 (for virtual lines support) and a Node.js installation.
1010
11- To learn more about GitHub Copilot , visit https://copilot.github.com .
11+ To learn more, visit [ aka.ms/copilot-learn-more ] ( https://aka.ms/copilot-learn-more )
1212
13- ## Technical Preview
13+ ## Subscription
1414
15- Access to GitHub Copilot is limited to a small group of testers during the
16- technical preview of GitHub Copilot. If you don’t have access to the technical
17- preview, you will see an error when you try to use this extension.
18-
19- Don’t have access yet? [ Sign up for the
20- waitlist] ( https://github.com/features/copilot/signup ) for your chance to try
21- it out. GitHub will notify you once you have access.
22-
23- This technical preview is a Beta Preview under the [ GitHub Terms of
24- Service] ( https://docs.github.com/en/github/site-policy/github-terms-of-service#j-beta-previews ) .
15+ Once GitHub Copilot is generally available, it will require a subscription. It
16+ will be free for verified students and maintainers of popular open source
17+ projects on GitHub.
2518
2619## Getting started
2720
@@ -43,3 +36,17 @@ Service](https://docs.github.com/en/github/site-policy/github-terms-of-service#j
4336
4437Suggestions are displayed inline and can be accepted by pressing the tab key.
4538See ` :help copilot ` for more information.
39+
40+ During the technical preview, GitHub Copilot is considered a Beta Preview
41+ under the [ GitHub Terms of
42+ Service] ( https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#j-beta-previews ) .
43+ Once GitHub Copilot is generally available, it will be subject to the [ GitHub
44+ Additional Product
45+ Terms] ( https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features ) .
46+
47+
48+ ## Troubleshooting
49+
50+ We’d love to get your help in making GitHub Copilot better! If you have
51+ feedback or encounter any problems, please reach out on our [ Feedback
52+ forum] ( https://github.com/github-community/community/discussions/categories/copilot ) .
0 commit comments