From ab227484e7c892f06f8643edfaa824e3080a3d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Fri, 10 Mar 2023 19:56:38 +0100 Subject: [PATCH] Lazyload copilot.vim on opening a file --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index da993a2..e78befe 100644 --- a/init.lua +++ b/init.lua @@ -442,7 +442,7 @@ local config = { -- Code completion { "github/copilot.vim", - event = "UIEnter" + event = "User AstroFile" }, -- PlatformIO