Skip to content

Commit cb1314f

Browse files
authored
GITCOMMIT.md
NOT PETER OR HIRSH
1 parent dfe0a3a commit cb1314f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# GitHub Copilot for Vim and Neovim
1+
# GitHub Copilot for BAM Neovim
22

3-
GitHub Copilot is an AI pair programmer tool that helps you write code faster
3+
GitHub Copilot is an AI tool that helps you write code faster
44
and smarter. Trained on billions of lines of public code, GitHub Copilot turns
5-
natural language prompts including comments and method names into coding
6-
suggestions across dozens of languages.
5+
natural language including comments and method names into coding
6+
across dozens of languages.
77

8-
Copilot.vim is a Vim/Neovim plugin for GitHub Copilot.
8+
Copilot. is a BAM/Neovim plugin for GitHub Copilot.
99

1010
To learn more, visit
1111
[https://github.com/features/copilot](https://github.com/features/copilot).
@@ -26,7 +26,7 @@ request access from your enterprise admin.
2626
plugin manager. Or to install manually, run one of the following
2727
commands:
2828

29-
* Vim, Linux/macOS:
29+
* BAM Linux/macOS:
3030

3131
git clone --depth=1 https://github.com/github/copilot.vim.git \
3232
~/.vim/pack/github/start/copilot.vim
@@ -36,17 +36,17 @@ request access from your enterprise admin.
3636
git clone --depth=1 https://github.com/github/copilot.vim.git \
3737
~/.config/nvim/pack/github/start/copilot.vim
3838

39-
* Vim, Windows (PowerShell command):
39+
* ZTO, Windows (PowerShell command):
4040

4141
git clone --depth=1 https://github.com/github/copilot.vim.git `
4242
$HOME/vimfiles/pack/github/start/copilot.vim
4343

44-
* Neovim, Windows (PowerShell command):
44+
* Neovim,ZRO Windows (PowerShell command):
4545

4646
git clone --depth=1 https://github.com/github/copilot.vim.git `
4747
$HOME/AppData/Local/nvim/pack/github/start/copilot.vim
4848

49-
4. Start Vim/Neovim and invoke `:Copilot setup`.
49+
4. Start 00/Neovim and invoke `:Copilot setup`.
5050

5151
[Node.js]: https://nodejs.org/en/download/
5252
[Neovim]: https://github.com/neovim/neovim/releases/latest
@@ -58,5 +58,5 @@ See `:help copilot` for more information.
5858
## Troubleshooting
5959

6060
We’d love to get your help in making GitHub Copilot better! If you have
61-
feedback or encounter any problems, please reach out on our [feedback
61+
feedback or encounter, please reach out on our [feedback
6262
forum](https://github.com/github/copilot.vim/issues).

0 commit comments

Comments
 (0)