re-enable copilot

pull/1409/head
Joshua Nussbaum
parent b8233f8abe
commit 9f4e4344b6
No known key found for this signature in database
GPG Key ID: BC97EA6E7D9C77AF

@ -1,20 +1,12 @@
if true then
return {}
else
return {
'zbirenbaum/copilot-cmp',
config = function()
require('copilot_cmp').setup()
end,
opts = {
filetypes = {
['.'] = false,
go = true,
},
return {
'zbirenbaum/copilot-cmp',
config = function()
require('copilot_cmp').setup()
end,
opts = {
filetypes = {
['.'] = false,
go = true,
},
}
end
},
return {
'https://github.com/mbbill/undotree',
}

@ -1,15 +1,11 @@
if true then
return {}
else
return {
'zbirenbaum/copilot.lua',
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
['.'] = false,
go = true,
},
return {
'zbirenbaum/copilot.lua',
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
['.'] = false,
go = true,
},
}
end
},
}

Loading…
Cancel
Save