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