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
refgo.nvim requires Neovim and follows the standard runtime package structure. It is possible to install it with all popular package managers:
The documentation can be found at doc/refgo.txt. You can
also use the :help refgo.nvim
command inside of Neovim.