🐛 fix(nvim): copilot trigger event added

This commit is contained in:
Sergio Laín 2023-12-16 17:03:28 +01:00
parent 9dc3728d74
commit db8106b732
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,5 +1,6 @@
return { return {
"zbirenbaum/copilot.lua", "zbirenbaum/copilot.lua",
event = "InsertEnter",
opts = { opts = {
suggestion = { suggestion = {
enabled = true, enabled = true,