# Quramy/tsuquyomi

A Vim plugin for TypeScript

Repository: https://github.com/Quramy/tsuquyomi
Canonical: https://ross.abutalabs.com/products/tsuquyomi
Homepage: http://www.vim.org/scripts/script.php?script_id=5151
Language: Vim Script
License Family: other
Topics: typescript, vim-plugins, omni-completion
Last push: 2024-06-06T20:11:16+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4179, "days_push": 818, "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 1379, forks 70 (observed 2026-08-28T04:04:33.665356+00:00)

## What it is
Tsuquyomi is a Vim plugin that turns Vim into a TypeScript IDE by acting as a client for TSServer, the editor service bundled with TypeScript. It provides omni-completion, go-to-definition, reference lookup, quickfix error display, and identifier renaming.

## Use cases
- get TypeScript autocompletion in Vim
- jump to definition of a TypeScript symbol in Vim
- show TypeScript compile errors in Vim quickfix
- find all references to a TypeScript identifier in Vim
- rename a TypeScript identifier from Vim
- turn Vim into a TypeScript IDE

## When to choose
- you use Vim (7.4+) as your primary editor for TypeScript
- you want IDE features like completion and go-to-definition without leaving Vim
- you prefer a lightweight TSServer client over a full LSP setup

## When to avoid
- you use Neovim or modern LSP-based setups like coc.nvim or vim-lsp
- you need syntax highlighting or indentation, which this plugin does not provide
- you want actively developed tooling with a clear license

## Facets
- artifact type: plugin
- maturity: maintenance
- function: editor, developer-tools
- domain: developer-tools, text-editors, programming-languages
- platform: editor-plugin, cli, cross-platform
- tags: vim, typescript, tsserver, omni-completion, language-server-client, ide-features

## Member repositories
- Quramy/tsuquyomi (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:33.665356+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-30T04:40:17.629785+00:00, confidence not recorded.
  - readme: https://github.com/Quramy/tsuquyomi (fetched 2026-08-28T04:04:33.665356+00:00, sha dc4f05479196)
  - homepage: http://www.vim.org/scripts/script.php?script_id=5151 (fetched 2026-08-29T11:56:17.362639+00:00, sha 6290e515b970)
  - site_page: https://www.vim.org/about.php (fetched 2026-08-29T11:56:17.365620+00:00, sha 1bd2c1907ce5)
  - site_page: https://www.vim.org/docs.php (fetched 2026-08-29T11:56:17.367601+00:00, sha 438015e9e2e2)
  - site_page: http://www.vim.org/about.php (fetched 2026-08-29T11:56:17.369283+00:00, sha fbe78bde9535)
- Data as of 2026-08-30T08:39:29.467469+00:00.
