# rmagatti/goto-preview

A small Neovim plugin for previewing definitions using floating windows.

Repository: https://github.com/rmagatti/goto-preview
Canonical: https://ross.abutalabs.com/products/goto-preview
Language: Lua
License: Apache-2.0
License Family: permissive
Topics: neovim, lua, hacktoberfest, neovim-plugin
Last push: 2025-12-26T08:51:02+00:00

## Health v2 (maintenance only)
Score: 59/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 59, release rhythm 35, longevity 100
- inputs: {"age_days": 1913, "days_push": 250, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1053, forks 35 (observed 2026-08-28T04:03:23.810387+00:00)

## What it is
A Neovim plugin that previews LSP definitions, type definitions, implementations, declarations, and references in floating windows instead of jumping to a new buffer. It is written in Lua and requires Neovim 0.10 or later.

## Use cases
- preview code definitions in neovim without leaving current buffer
- peek at type definitions and implementations using lsp floating windows
- browse references in a telescope picker inside neovim
- avoid jumping between files when navigating code in neovim
- stack multiple floating preview windows while reading code

## When to choose
- you use Neovim 0.10+ with a configured LSP and want non-disruptive definition previews
- you prefer floating-window navigation over opening new buffers or splits
- you want configurable pickers (telescope, fzf-lua, snacks, mini.pick) for cycling references

## When to avoid
- you are on Neovim older than 0.10 and cannot upgrade
- you prefer traditional split-window or tab-based navigation for definitions
- you do not use LSP features in your editor setup

## Facets
- artifact type: plugin
- maturity: active
- function: editor, developer-tools
- domain: developer-tools, text-editors
- platform: lua, editor-plugin
- tags: neovim-plugin, lsp, floating-windows, code-navigation, goto-definition, code-preview, neovim

## Member repositories
- rmagatti/goto-preview (main) score 59

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:23.810387+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:59:23.467163+00:00, confidence not recorded.
  - readme: https://github.com/rmagatti/goto-preview (fetched 2026-08-28T04:03:23.810387+00:00, sha fdc11a30f067)
- Data as of 2026-08-30T08:39:29.467469+00:00.
