Add chatgpt

pull/413/head
Andreas Wachs 2 years ago
parent 3e001b1fe6
commit 656828dc73

@ -0,0 +1,13 @@
return {
{
"jackMort/ChatGPT.nvim",
config = function()
require("chatgpt").setup()
end,
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim"
}
}
}
Loading…
Cancel
Save