You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)#L69
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.
The text was updated successfully, but these errors were encountered: