# RRethy/vim-illuminate

illuminate.vim - (Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching.

Repository: https://github.com/RRethy/vim-illuminate
Canonical: https://ross.abutalabs.com/products/vim-illuminate
Language: Lua
License: MIT
License Family: permissive
Topics: vim, neovim, neovim-builtin-lsp
Last push: 2026-08-25T02:14:32+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 2958, "days_push": 9, "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 2465, forks 74 (observed 2026-08-28T04:06:53.646040+00:00)

## What it is
A (Neo)Vim plugin that automatically highlights other uses of the word under the cursor using LSP, Tree-sitter, or regex matching. It includes keymaps for navigating between references and a textobject for the illuminated reference.

## Use cases
- highlight all occurrences of the word under the cursor in vim
- navigate between references of a symbol in neovim
- highlight variable usages using LSP or treesitter
- see where a function is used in the current buffer
- automatically illuminate matching words while editing code

## When to choose
- you use Vim or Neovim and want automatic highlighting of symbol references without manual searching
- you want zero-config highlighting that leverages LSP or Tree-sitter when available
- you need keymaps to jump between occurrences of the word under the cursor

## When to avoid
- you use an IDE or a non-Vim editor with built-in reference highlighting
- you need project-wide reference search rather than buffer-local highlighting
- you work with very large files where the plugin disables itself by default

## Facets
- artifact type: plugin
- maturity: stable
- function: editor, developer-tools
- domain: developer-tools, text-editors
- platform: editor-plugin, cli
- tags: vim, neovim, lsp, treesitter, syntax-highlighting, code-navigation

## Member repositories
- RRethy/vim-illuminate (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:53.646040+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-30T02:29:14.134057+00:00, confidence not recorded.
  - readme: https://github.com/RRethy/vim-illuminate (fetched 2026-08-28T04:06:53.646040+00:00, sha 0a647abaf1c6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
