21 lines
292 B
Lua
21 lines
292 B
Lua
if true then
|
|
return {}
|
|
else
|
|
return {
|
|
'zbirenbaum/copilot-cmp',
|
|
config = function()
|
|
require('copilot_cmp').setup()
|
|
end,
|
|
opts = {
|
|
filetypes = {
|
|
['.'] = false,
|
|
go = true,
|
|
},
|
|
},
|
|
}
|
|
end
|
|
|
|
return {
|
|
'https://github.com/mbbill/undotree',
|
|
}
|