mirror of https://github.com/LazyVim/starter
10 lines
204 B
Lua
10 lines
204 B
Lua
|
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,
|
||
|
}
|