added chatgpt plugin 'gp'

This commit is contained in:
Raffaele Wylde 2024-06-05 15:16:17 -04:00
parent 3b779c75d8
commit 842cb01c44

9
lua/plugins/gp.lua Normal file
View file

@ -0,0 +1,9 @@
return {
"robitx/gp.nvim",
config = function()
require("gp").setup()
-- or setup with your own config
-- -- require("gp").setup(config)
-- -- you can set up shortcuts below
end,
}