gp.nvim
gp.nvim copied to clipboard
feat: add a :GpLog command
that opens up the logfile
There should be :GpInspectLog available as default hook:
https://github.com/Robitx/gp.nvim/blob/2372d5323c6feaa2e9c19f7ccb537c615d878e18/lua/gp/config.lua#L538-L547
ha ty. :h :GpInspectLog returns nothing (while :h :GpInspectPlugin worked).
I would say that GpLog is more discoverable than GpInspectLog , aka it's similar to :LspLog, :Rocks log but it's not a strong case.
Good point on both the rename and need to add to help.
cool. I can rename InspectLog to Log but not sure how to add help to it ?
Help is build automatically from readme. https://github.com/Robitx/gp.nvim?tab=readme-ov-file#other-commands
closed in favor of #222