Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 842 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 842 Bytes

refgo.nvim

This plugin helps you copy and jump to line references. A line reference can be expressed as a file and a line (e.g. path/to/file:99).

  • Copy a line reference to clipboard with :RefCopy
  • Copy a line reference plus the surrounding lines to clipboard with :RefCopyContext <n|1>
  • Go to a reference with :RefGo <ref> or :RefGo to use the clipboard

Installing

refgo.nvim requires Neovim and follows the standard runtime package structure. It is possible to install it with all popular package managers:

Usage

The documentation can be found at doc/refgo.txt. You can also use the :help refgo.nvim command inside of Neovim.