From 977c33442259fddf8853993239c69e0e7d452fa0 Mon Sep 17 00:00:00 2001 From: Andreas Wachs Date: Fri, 7 Jul 2023 07:42:08 +0200 Subject: [PATCH] Load chatgpt after boot --- lua/custom/plugins/chatgpt.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/chatgpt.lua b/lua/custom/plugins/chatgpt.lua index dc574e1f..57d70f2c 100644 --- a/lua/custom/plugins/chatgpt.lua +++ b/lua/custom/plugins/chatgpt.lua @@ -1,6 +1,7 @@ return { { "jackMort/ChatGPT.nvim", + event = "VeryLazy", config = function() require("chatgpt").setup() end,