Skip to content

πŸ™ Plugin for :Gbrowse to work with Atlassian BitBucket server.

Notifications You must be signed in to change notification settings

borissov/fugitive-bitbucketserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac1a626 Β· Jan 25, 2023

History

16 Commits
Jan 25, 2023
Jan 25, 2023
Jan 7, 2019

Repository files navigation

fugitive-bitbucketserver

Installation

Via Plugin Manager

Vundle

    Plugin 'borissov/fugitive-bitbucketserver'

VIM Plug

    Plug 'borissov/fugitive-bitbucketserver'

Manual Installation

cd ~/.vim/bundle
git clone git://github.com/borissov/fugitive-bitbucketserver

Settings

In your vimrc file add options to set your bitbucket server urls.

let g:fugitive_bitbucketservers_domains = ['http://yoururl.com'] 

If your server URL includes a port as well as the hostname e.g. http://yoururl.com:7990 then just the hostname should be configured, don't include the ":7990".

Originaly from

tommcdo/vim-fubitive