add chatgpt
This commit is contained in:
parent
b8841bf35c
commit
f72e630f19
1 changed files with 10 additions and 0 deletions
10
plugins/chatgpt.lua
Normal file
10
plugins/chatgpt.lua
Normal 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",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue