diff --git a/lua/plugins/gp.lua b/lua/plugins/gp.lua new file mode 100644 index 0000000..ce7b35a --- /dev/null +++ b/lua/plugins/gp.lua @@ -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, +}