How to install GitHub Copilot on NvChad?
Edit the ~/.config/nvim/lua/plugins/init.lua
file and add the
following in the array:
Then start nvim and enter :Lazy
to bring up the lazy.nvim dashboard,
and press āIā to install the missing package(s). Press āqā to exit the
lazy dashboard. Now enter :Copilot setup
to set Copilot up.
By the way, GitHub Copilot requires a recent version of NodeJS. The
easiest way to install a recent version of NodeJS is to use nvm
: