astronvim_config/plugins/chatgpt.lua
RingOfStorms (Joshua Bell) 93434a8105 pin neo-tree to prevent bug
2023-04-21 14:06:08 -06:00

10 lines
232 B
Lua

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