SkillAgentSearch skills...

Sgbrowse

A vim plugin to open your code in Sourcegraph

Install / Use

/learn @camdencheek/Sgbrowse
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

sgbrowse.vim

sgbrowse.vim is a plugin that adds a SGBrowse command that opens your current file or current line selection in Sourcegraph. If you're familiar with the GBrowse command from vim-fugitive, it works the exact same way. In fact, sgbrowse just hooks into the GBrowse code.

It depends on many functions in vim-fugitive, and will not work if you do not have it installed.

Installation

Using vim-plug

call plug#begin('~/.cache/nvim/plugged')

Plug 'camdencheek/sgbrowse'

call plug#end()

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated23d ago
Forks0

Languages

Vim script

Security Score

75/100

Audited on Mar 5, 2026

No findings