An open API service indexing awesome lists of open source software.

https://github.com/patoconnor43/sourcegraph-vim

A Vim plugin for interacting with Sourcegraph https://github.com/sourcegraph/sourcegraph
https://github.com/patoconnor43/sourcegraph-vim

neovim sourcegraph vim vim-plugin

Last synced: 6 months ago
JSON representation

A Vim plugin for interacting with Sourcegraph https://github.com/sourcegraph/sourcegraph

Awesome Lists containing this project

README

          

Vim plugin for creating a Sourcegraph url directly from Vim.

## Usage
In Vim, run `:SourcegraphCopyUrl` on a line or while visually selecting multiple
lines. This will use echomsg to print the url to the screen and copy the text to
your clipboard. Previous urls can be seen by running `:messages`.

## Setup
Using [vim-plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'patoconnor43/sourcegraph-vim'
```