Skip to content

Another vim plugin to open your current line in the repository site.

License

Notifications You must be signed in to change notification settings

nacq/vim-open-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

vim-open-repo

Another vim plugin to open your current line in the repository website (Github, Gitlab or Bitbucket).

Installation

As any other plugin. Example using vim-plug:

call plug#begin('~/.vim/plugged')

Plug 'nacq/vim-open-repo'

call plug#end()

Usage

Call :OpenRepo in any line or visual selection of lines to open the repository url.

Configuration

Set the browser application to use when opening the repository url.

let g:vim_open_repo_browser = 'Google Chrome'

Optional configuration

Define a default branch, if this variable is not defined, it will open the current branch.

let g:vim_open_repo_default_branch = 'develop'

About

Another vim plugin to open your current line in the repository site.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published