1. Install Neovimhttps://neovim.io/ 2. Install Copilot on Neovim 2-1) Open powershell on Windows 2-2) Run following command (https://github.com/github/copilot.vim)git clone https://github.com/github/copilot.vim.git ` $HOME/AppData/Local/nvim/pack/github/start/copilot.vim 3. Open Neovim with following command on Powershellnvim 4. Invoke following on Neovim :Copilot setup 4-1) If you receive an e..