feat(nvim): added chatgpt.lua

This commit is contained in:
Juliano Barbosa 2023-08-30 08:51:02 -03:00
parent 9f7daa21cc
commit dbaeb81cd1
No known key found for this signature in database
GPG Key ID: EB8B440F57360B3D
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
return {
{
"jackMort/ChatGPT.nvim",
config = function()
require("chatgpt").setup()
end,
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim"
}
}
}
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et