Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support non-origin remotes for commit omnicompletion #19

@mcepl

Description

@mcepl

I have managed in the end to make omnicompletion to work. I have added g:gitlab_api_keys variable:

let g:fugitive_gitlab_domains = [
    \ 'https://gitlab.com',
    \ 'https://gitlab.internal.site.com'
    \ ]

let g:gitlab_api_keys = {'gitlab.com': 'somethingverysecret'}

Then I had to discover that appropriate remote for git must be origin (that's a pity, I usually use upstream as a name of my remote; but I can survive).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions