🐛 fix(nvim): copilot is now on the ai group instead of coding

This commit is contained in:
Sergio Laín 2024-11-11 13:06:20 +01:00
parent d28dec9274
commit 7514245839
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -1,5 +1,5 @@
return {
{ import = "lazyvim.plugins.extras.coding.copilot" },
{ import = "lazyvim.plugins.extras.ai.copilot" },
{
"zbirenbaum/copilot.lua",
event = "InsertEnter",