add custom plugins
This commit is contained in:
parent
ed8d615775
commit
ce6c12f903
|
@ -7,13 +7,9 @@ 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