# Shougo/neocomplcache.vim

Ultimate auto-completion system for Vim.

Repository: https://github.com/Shougo/neocomplcache.vim
Canonical: https://ross.abutalabs.com/products/neocomplcachevim
Homepage: http://www.vim.org/scripts/script.php?script_id=2620
Language: Vim Script
License Family: other
Last push: 2025-03-07T03:13:50+00:00

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

## Adoption (not part of the score)
Stars 1706, forks 133 (observed 2026-08-28T04:05:24.947964+00:00)

## What it is
neocomplcache is a Vim plugin providing an automatic keyword completion system that caches keywords from the current buffer. Development has finished; the author recommends migrating to its successor, ddc.vim.

## Use cases
- auto-complete words while typing in vim
- keyword completion from current buffer in vim
- filename completion in vim
- omni completion enhancement for vim
- smart case and camel case completion in vim
- vim plugin for code autocompletion without language server

## When to choose
- you use an old Vim version without Lua support where neocomplete won't work
- you need a pure Vim Script completion plugin with no external dependencies
- you maintain a legacy Vim setup already built around neocomplcache

## When to avoid
- you use Vim 7.3.885+ with Lua (use neocomplete instead)
- you want modern LSP-based completion (use ddc.vim, coc.nvim, or nvim-cmp)
- you need new features or active development

## Facets
- artifact type: plugin
- maturity: maintenance
- function: editor
- domain: text-editors, developer-tools
- platform: editor-plugin, cross-platform
- tags: vim, autocompletion, vim-script, deprecated, keyword-completion

## Member repositories
- Shougo/neocomplcache.vim (main) score 37

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:24.947964+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-30T03:37:28.404481+00:00, confidence not recorded.
  - readme: https://github.com/Shougo/neocomplcache.vim (fetched 2026-08-28T04:05:24.947964+00:00, sha 501af6c08b3d)
  - homepage: http://www.vim.org/scripts/script.php?script_id=2620 (fetched 2026-08-29T11:11:34.004653+00:00, sha ef24611b90dc)
  - site_page: https://www.vim.org/about.php (fetched 2026-08-29T11:11:34.015232+00:00, sha 1bd2c1907ce5)
  - site_page: https://www.vim.org/docs.php (fetched 2026-08-29T11:11:34.017122+00:00, sha 438015e9e2e2)
  - site_page: http://www.vim.org/about.php (fetched 2026-08-29T11:11:34.020456+00:00, sha fbe78bde9535)
- Data as of 2026-08-30T08:39:29.467469+00:00.
