Load chatgpt after boot
This commit is contained in:
parent
f133b68e96
commit
977c334422
|
@ -1,6 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"jackMort/ChatGPT.nvim",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("chatgpt").setup()
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue