re-enable copilot
This commit is contained in:
parent
b8233f8abe
commit
9f4e4344b6
|
@ -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,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
end
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'https://github.com/mbbill/undotree',
|
'zbirenbaum/copilot-cmp',
|
||||||
}
|
config = function()
|
||||||
|
require('copilot_cmp').setup()
|
||||||
|
end,
|
||||||
|
opts = {
|
||||||
|
filetypes = {
|
||||||
|
['.'] = false,
|
||||||
|
go = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,11 @@
|
||||||
if true then
|
return {
|
||||||
return {}
|
'zbirenbaum/copilot.lua',
|
||||||
else
|
opts = {
|
||||||
return {
|
suggestion = { enabled = false },
|
||||||
'zbirenbaum/copilot.lua',
|
panel = { enabled = false },
|
||||||
opts = {
|
filetypes = {
|
||||||
suggestion = { enabled = false },
|
['.'] = false,
|
||||||
panel = { enabled = false },
|
go = true,
|
||||||
filetypes = {
|
|
||||||
['.'] = false,
|
|
||||||
go = true,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
end
|
}
|
||||||
|
|
Loading…
Reference in New Issue