mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
added chatgpt plugin 'gp'
This commit is contained in:
parent
3b779c75d8
commit
842cb01c44
1 changed files with 9 additions and 0 deletions
9
lua/plugins/gp.lua
Normal file
9
lua/plugins/gp.lua
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue