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
- Host: GitHub
- URL: https://github.com/patoconnor43/sourcegraph-vim
- Owner: PatOConnor43
- License: mit
- Created: 2020-01-23T04:03:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T22:37:18.000Z (almost 6 years ago)
- Last Synced: 2025-07-24T11:00:08.611Z (6 months ago)
- Topics: neovim, sourcegraph, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```