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