New plugin: refjump.nvim - jump to next/previous LSP reference with ]r/[r

Open link in next tab

GitHub - mawkler/refjump.nvim: Jump to next/previous LSP reference for item under cursor with ]r/[r

https://github.com/mawkler/refjump.nvim

Jump to next/previous LSP reference for item under cursor with ]r/[r - mawkler/refjump.nvim

GitHub - mawkler/refjump.nvim: Jump to next/previous LSP reference for item under cursor with ]r/[r

Hi! I've created refjump.nvim which is a plugin that lets you use ]r/[r to jump to the next/previous LSP reference in the current buffer for the item under the cursor.

The plugin also automatically integrates with demicolon.nvim if you have it installed, which I recently posted about. This means that you can also repeat the jumps forward/backward with ;/,.

Here's a video showing it in action.

Enjoy!