re-enable copilot

This commit is contained in:
Joshua Nussbaum 2025-03-12 09:26:09 -05:00
parent b8233f8abe
commit 9f4e4344b6
No known key found for this signature in database
GPG Key ID: BC97EA6E7D9C77AF
2 changed files with 21 additions and 33 deletions

View File

@ -1,6 +1,3 @@
if true then
return {}
else
return { return {
'zbirenbaum/copilot-cmp', 'zbirenbaum/copilot-cmp',
config = function() config = function()
@ -12,9 +9,4 @@ else
go = true, go = true,
}, },
}, },
}
end
return {
'https://github.com/mbbill/undotree',
}

View File

@ -1,6 +1,3 @@
if true then
return {}
else
return { return {
'zbirenbaum/copilot.lua', 'zbirenbaum/copilot.lua',
opts = { opts = {
@ -12,4 +9,3 @@ else
}, },
}, },
} }
end