add transparent-nvim and disable copilot
parent
b0f5e73a23
commit
f0d9e33ffb
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -0,0 +1,3 @@
|
||||
return {
|
||||
'xiyaowong/transparent.nvim',
|
||||
}
|
Loading…
Reference in New Issue