add transparent-nvim and disable copilot

pull/1409/head
Joshua Nussbaum 10 months ago
parent 9fb28869e1
commit 9c2b601334

@ -1,6 +1,15 @@
if true then
return {}
end
return {
'zbirenbaum/copilot-cmp',
config = function()
require('copilot_cmp').setup()
end,
opts = {
filetypes = {
['.'] = false,
go = true,
},
},
}

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

@ -0,0 +1,3 @@
return {
'xiyaowong/transparent.nvim',
}
Loading…
Cancel
Save