added chatgpt plugin 'gp'

pull/81/head
Raffaele Wylde 2024-06-05 15:16:17 -04:00
parent 3b779c75d8
commit 842cb01c44
1 changed files with 9 additions and 0 deletions

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,
}