# Shougo/neocomplete.vim

Next generation completion framework after neocomplcache

Repository: https://github.com/Shougo/neocomplete.vim
Canonical: https://ross.abutalabs.com/products/neocompletevim
Language: Vim Script
License Family: other
Last push: 2023-05-18T09:47:35+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4860, "days_push": 1203, "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 2722, forks 203 (observed 2026-08-28T04:07:15.587525+00:00)

## What it is
neocomplete is a Vim plugin providing an auto keyword completion system with caching, successor to neocomplcache. Development has ended; users are directed to deoplete.nvim or ddc.vim instead.

## Use cases
- auto-complete keywords while typing in Vim
- get smarter completion than Vim's built-in omni completion
- cache buffer keywords for fast completion
- customize completion behavior in Vim
- use completion on older Vim versions with Lua support

## When to choose
- you are stuck on an older Vim (7.3.885+ with Lua) below 8.2.1066
- you maintain a legacy Vim setup already using neocomplete
- you need a lightweight keyword completion plugin without async support

## When to avoid
- you use Vim 8.2.1066+ or Neovim (incompatible; use deoplete or ddc.vim)
- you want actively developed completion with new features
- your Vim build lacks Lua support

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

## Member repositories
- Shougo/neocomplete.vim (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:15.587525+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:14:57.417048+00:00, confidence not recorded.
  - readme: https://github.com/Shougo/neocomplete.vim (fetched 2026-08-28T04:07:15.587525+00:00, sha b1b996344186)
- Data as of 2026-08-30T08:39:29.467469+00:00.
