add chatgpt

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-04-13 00:24:11 -05:00
parent b8841bf35c
commit f72e630f19

10
plugins/chatgpt.lua Normal file
View file

@ -0,0 +1,10 @@
return {
"jackMort/ChatGPT.nvim",
event = "VeryLazy",
config = function() require("chatgpt").setup() end,
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
},
}