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

feat: add a :GpLog command

Open teto opened this issue 1 year ago • 5 comments

that opens up the logfile

teto avatar Sep 23 '24 12:09 teto

There should be :GpInspectLog available as default hook: https://github.com/Robitx/gp.nvim/blob/2372d5323c6feaa2e9c19f7ccb537c615d878e18/lua/gp/config.lua#L538-L547

Robitx avatar Sep 23 '24 12:09 Robitx

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.

teto avatar Sep 23 '24 12:09 teto

Good point on both the rename and need to add to help.

Robitx avatar Sep 23 '24 12:09 Robitx

cool. I can rename InspectLog to Log but not sure how to add help to it ?

teto avatar Sep 23 '24 12:09 teto

Help is build automatically from readme. https://github.com/Robitx/gp.nvim?tab=readme-ov-file#other-commands

Robitx avatar Sep 23 '24 12:09 Robitx

closed in favor of #222

teto avatar Oct 15 '24 13:10 teto