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,