disable copilot

This commit is contained in:
Lorran David 2025-01-25 13:46:28 -03:00
parent cf3876785a
commit 81c5388d73
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ local prompts = {
return {
{
enabled = false,
"CopilotC-Nvim/CopilotChat.nvim",
event = "VeryLazy",
opts = {

View File

@ -1,5 +1,6 @@
return {
{
enabled = false,
"zbirenbaum/copilot.lua",
verylazy = true,
cmd = "Copilot",