Spacemacs layer wrapping the Emacs package copilot. This package enables the use of GitHub Copilot in Spacemacs.
This is a simple layer wrapping the copilot.el Emacs package for use of GitHub Copilot.
The setup process involves cloning the repo into ~/.emacs.d/private, then
adding copilot to your ~/.spacemacs.
git clone https://github.com/keevindoherty/copilot.git ~/.emacs.d/private/copilot
To use this configuration layer, add it to your ~/.spacemacs. You will need to
add copilot to the existing dotspacemacs-configuration-layers list in this
file.