feat(nvim): added chatgpt.lua

pull/724/head
Juliano Barbosa
parent 9f7daa21cc
commit dbaeb81cd1
No known key found for this signature in database
GPG Key ID: EB8B440F57360B3D

@ -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
Loading…
Cancel
Save