🐛 fix(nvim): copilot trigger event added
This commit is contained in:
parent
9dc3728d74
commit
db8106b732
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"zbirenbaum/copilot.lua",
|
"zbirenbaum/copilot.lua",
|
||||||
|
event = "InsertEnter",
|
||||||
opts = {
|
opts = {
|
||||||
suggestion = {
|
suggestion = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue