This extension enables the Gbrowse
functionality of the fugitive.vim plugin to work with Azure DevOps Git repositories.
Make sure that you've installed the fugitive.vim plugin. Afterwards, install this plugin using your favorite plugin manager (e.g., pathogen.vim, vim-plug).
- Which domains are supported?
The default domain is
dev.azure.com
. You can change this by settingg:fugitive_azure_devops_baseurl
.
- Is Omni completion supported?
Not currently. This could be done via the Azure DevOps REST API.
This plugin is heavily based on the rhubarb.vim and fugitive-gitlab.vim plugins, which add Gbrowse
functionality for GitHub and GitLab, respectively. The test infrastructure, including many GBrowse tests, are also from the fugitive-gitlab.vim plugin. Both plugins are distributed under Vim's license.
Copyright (c) Sam Cedarbaum. Distributed under the same terms as Vim itself. See :help license
.