Load chatgpt after boot

This commit is contained in:
Andreas Wachs 2023-07-07 07:42:08 +02:00
parent f133b68e96
commit 977c334422
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
return {
{
"jackMort/ChatGPT.nvim",
event = "VeryLazy",
config = function()
require("chatgpt").setup()
end,