starter/lua/plugins/gp.lua

10 lines
204 B
Lua
Raw Normal View History

2024-06-06 03:16:17 +08:00
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,
}