# maralla/completor.vim

Async completion framework made ease.

Repository: https://github.com/maralla/completor.vim
Canonical: https://ross.abutalabs.com/products/completorvim
Language: Python
License: MIT
License Family: permissive
Topics: vim, vim-plugin, omni-completion, python, code-completion, neovim-plugin, lsp, lsp-server
Last push: 2026-03-27T19:47:37+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 74, release rhythm 35, longevity 100
- inputs: {"age_days": 3640, "days_push": 159, "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 1317, forks 60 (observed 2026-08-28T04:04:21.021981+00:00)

## What it is
Completor is an asynchronous code completion framework for Vim 8 and Neovim, implemented in Python with low overhead. It provides buffer, filename, and snippet completion out of the box, and supports semantic completion via external tools like jedi, racer, tern, and LSP servers.

## Use cases
- async autocompletion in vim
- semantic python completion with jedi in vim
- complete code in vim8 without blocking
- snippet completion popup in vim
- lsp-based completion in neovim
- fallback buffer word completion in vim

## When to choose
- you use Vim 8 or Neovim and want fast, asynchronous completion
- you want a lightweight completion framework extensible via small completer plugins
- you need semantic completion for Python, Rust, or JavaScript through external tools

## When to avoid
- you use a modern LSP-centric setup like coc.nvim or built-in Neovim LSP
- you need an IDE-like experience with rich diagnostics and refactoring
- you use Vim versions older than 8 without Python support

## Facets
- artifact type: plugin
- maturity: maintenance
- function: editor, developer-tools
- domain: developer-tools, text-editors
- platform: editor-plugin, cli, cross-platform
- tags: vim-plugin, neovim, code-completion, async, lsp, omni-completion

## Member repositories
- maralla/completor.vim (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:21.021981+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:48:13.225370+00:00, confidence not recorded.
  - readme: https://github.com/maralla/completor.vim (fetched 2026-08-28T04:04:21.021981+00:00, sha 88d2db4d9847)
- Data as of 2026-08-30T08:39:29.467469+00:00.
