fix: enable copilot on <enter>

This commit is contained in:
Fabio Montefuscolo 2024-03-04 19:46:14 +01:00
parent e01b9b8901
commit f24d23e5a7
Signed by: fabiomontefuscolo
GPG key ID: 7598676DAE19B4EF

View file

@ -15,6 +15,7 @@ local plugins = {
}, },
{ {
"github/copilot.vim", "github/copilot.vim",
event="InsertEnter",
lazy=false lazy=false
}, },
{ {