maralla/completor.vim
Async completion framework made ease. observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 74
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3640
- days_rel: n/a
- days_push: 159
- n_releases_24m: 0
Adoption not part of the score
1317 stars · 60 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
plugin · maturity maintenance
editor developer-tools developer-tools text-editors editor-plugin cli cross-platform vim-plugin neovim code-completion async lsp omni-completion
1 source
- readme: https://github.com/maralla/completor.vim · fetched 2026-08-28 · 88d2db4d9847
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| maralla/completor.vim | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="maralla/completor.vim")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem