Both fredeeb/tardis.nvim and emmanueltouzery/agitator.nvim are very useful for scrolling back through revisions to a given file being visited in the buffer. It would be great if the function for generating links took this into consideration. As it stands, it generates:
- tardis:
https://github.com/theherk/commons/blob/3ca7b3b94926a1c7765fa12dd755aad2f2e8a4cb/.config/nvim/lua/plugins/git.lua (9940916)#L69
- agitator:
https://github.com/theherk/commons/blob/3ca7b3b94926a1c7765fa12dd755aad2f2e8a4cb/[9940916dbe32d9962828e0717ce071ea29b03040] git.lua#L69
Both of those cases are actually looking at 9940916.
This could maybe be handled in the callbacks, but could be nice to have this integration built in.
Both fredeeb/tardis.nvim and emmanueltouzery/agitator.nvim are very useful for scrolling back through revisions to a given file being visited in the buffer. It would be great if the function for generating links took this into consideration. As it stands, it generates:
https://github.com/theherk/commons/blob/3ca7b3b94926a1c7765fa12dd755aad2f2e8a4cb/.config/nvim/lua/plugins/git.lua (9940916)#L69https://github.com/theherk/commons/blob/3ca7b3b94926a1c7765fa12dd755aad2f2e8a4cb/[9940916dbe32d9962828e0717ce071ea29b03040] git.lua#L69Both of those cases are actually looking at
9940916.This could maybe be handled in the callbacks, but could be nice to have this integration built in.