fix: enable copilot on <enter>
This commit is contained in:
parent
e01b9b8901
commit
f24d23e5a7
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"github/copilot.vim",
|
"github/copilot.vim",
|
||||||
|
event="InsertEnter",
|
||||||
lazy=false
|
lazy=false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue