disable copilot

pull/1467/head
Lorran David 4 months ago
parent cf3876785a
commit 81c5388d73

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

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

Loading…
Cancel
Save