10 lines
232 B
Lua
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",
|
|
},
|
|
}
|