# pechorin/any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀

Repository: https://github.com/pechorin/any-jump.vim
Canonical: https://ross.abutalabs.com/products/any-jumpvim
Language: Vim Script
License Family: other
Topics: nvim, vim, definitions, ide, ui, references, viml
Last push: 2026-04-08T07:20:59+00:00

## Health v2 (maintenance only)
Score: 57/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 76, release rhythm 8, longevity 100
- inputs: {"age_days": 2420, "days_push": 147, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1130, forks 41 (observed 2026-08-28T04:03:42.315867+00:00)

## What it is
A Vim/Neovim plugin that provides IDE-like code navigation, letting users jump to definitions and references of symbols under the cursor. It works across 40+ languages using syntax rules and fast regex search engines like ripgrep and ag.

## Use cases
- jump to function definition in vim
- find all references of a variable in neovim
- IDE-like code navigation without LSP
- search where a class is defined across a project
- navigate large codebases from the editor
- find usages of a symbol in vim

## When to choose
- you use Vim or Neovim and want lightweight go-to-definition without a language server
- you work across many languages and want a single navigation tool
- you want fast regex-based definition and reference search powered by ripgrep

## When to avoid
- you need precise, compiler-accurate navigation that regex heuristics cannot provide
- you already rely on a full LSP setup with rich cross-referencing
- you use an editor other than Vim or Neovim

## Facets
- artifact type: plugin
- maturity: active
- function: search-engine, developer-tools, editor
- domain: developer-tools, text-editors, programming-languages
- platform: editor-plugin, cli, cross-platform
- tags: vim-plugin, neovim, code-navigation, go-to-definition, ripgrep, viml

## Member repositories
- pechorin/any-jump.vim (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:42.315867+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:38:16.086898+00:00, confidence not recorded.
  - readme: https://github.com/pechorin/any-jump.vim (fetched 2026-08-28T04:03:42.315867+00:00, sha 1e1bb8c90390)
- Data as of 2026-08-30T08:39:29.467469+00:00.
