From f24d23e5a7337546c3e575fa94ea4b93821ecd9f Mon Sep 17 00:00:00 2001 From: Fabio Montefuscolo Date: Mon, 4 Mar 2024 19:46:14 +0100 Subject: [PATCH] fix: enable copilot on --- plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.lua b/plugins.lua index b44f204..dc0e382 100644 --- a/plugins.lua +++ b/plugins.lua @@ -15,6 +15,7 @@ local plugins = { }, { "github/copilot.vim", + event="InsertEnter", lazy=false }, {