update init
This commit is contained in:
parent
23aee06268
commit
0a17cda3cf
|
@ -7,9 +7,13 @@ return {
|
||||||
require('copilot_cmp').setup()
|
require('copilot_cmp').setup()
|
||||||
end,
|
end,
|
||||||
opts = {
|
opts = {
|
||||||
|
<<<<<<< HEAD
|
||||||
filetypes = {
|
filetypes = {
|
||||||
['.'] = false,
|
['.'] = false,
|
||||||
go = true,
|
go = true,
|
||||||
},
|
},
|
||||||
|
=======
|
||||||
|
filetypes = { ['.'] = false },
|
||||||
|
>>>>>>> 605d213 (disable copilot)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue