Closed9
Neovim + GitHub Copilot on WSL2
取り敢えず,公式のドキュメント
Quickstart for GitHub Copilot
に従ってみる.
Quickstart for GitHub Copilot
- Signing up for GitHub Copilot for your personal account の項目通り行う.
- GitHub の右上のアイコンから Settings
- 左のメニューバーにある Code, planning, and automation の項目の Copilot を選択
- 内容を読んで Start free trial ボタンを押す
- 内容を読んで,プランを選択し,Get access to GitHub Copilot を押す
- GitHub Copilot is now ready to pair! とデカデカと書かれたページになる?
- Install the GitHub Copilot extension ボックス内の見出しに,→ Neovim と書かれたリンクがあるので何も考えずにクリック
- こちら に飛ばされるので,このページに従う
に,
To use GitHub Copilot in Vim/Neovim you must have Vim version 9.0.0185 / Neovim version 0.6 or above and Node.js version 17 or below installed. For more information, see the Vim / Neovim documentation and the Node.js website.
との記述があった(見落とし
残りは
に従えば良い.To configure GitHub Copilot, open Vim/Neovim and enter the following command.
:Copilot setup
WSLでは起動してくれないので,実行した際の表示どおりに
を訪れる.Enable GitHub Copilot in your Vim/Neovim configuration, or with the Vim/Neovim command.
:Copilot enable
とある.
また,
:Copilot status
でステータスを確認することもできる.
実際にコードを書き始めると勝手にサジェストが出るので,特にいじっていなければ Tab キーで補完される.
以上で,
Neovim + GitHub Copilot on WSL2
を完了とする.2023年10月16日
このスクラップは2023/10/16にクローズされました