mirror of https://github.com/LazyVim/starter
added chatgpt plugin 'gp'
parent
3b779c75d8
commit
842cb01c44
|
@ -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,
|
||||
}
|
Loading…
Reference in New Issue