f-person / git-blame.nvim

Git Blame plugin for Neovim written in Lua
GNU General Public License v3.0
839 stars 41 forks source link

feat: add support for azure repos #133

Closed filipkrayem closed 1 month ago

filipkrayem commented 2 months ago

Hi,

As we've discussed in #117, the URLs produced by the plugin's command aren't compatible with Azure since Azure uses different format than other git providers.

This PR adds support for Azure repos, let me know what you think about it.