We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enable copilot?
The text was updated successfully, but these errors were encountered:
Hi @aphsa, Copilot must be enabled in your user configuration.
So in your case, you need the following snippet in your .nvim_config.lua
.nvim_config.lua
return { plugins = { copilot = { enable = true, }, }, }
After the installation, Lazy should automatically run :Copilot auth and you must provide your authentication
:Copilot auth
Sorry, something went wrong.
E492: Not an editor command: Copilot auth
I end reinstalling from scratch after removing .config/nvim and .local/share/nvim and that resolved the issue.
No branches or pull requests
How to enable copilot?
The text was updated successfully, but these errors were encountered: