gitpad.nvim icon indicating copy to clipboard operation
gitpad.nvim copied to clipboard

Can default_text have option to be a function? And then pass the filename as a parameter we can use?

Open GitMurf opened this issue 8 months ago • 1 comments

This plugin is amazing... just what I needed!

One thing I find myself wanting is to create default_text dynamically via a function. Is this something you would consider? allowing to define as a function and then providing function parameters of the filename and also would be nice if could provide the type of gitpad (project, branch, daily note, or current file) so that we can do some conditional logic based on the type of gitpad. Thoughts?

GitMurf avatar May 25 '24 17:05 GitMurf