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