RepoPilot

autozimu/LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.

Mixed

Slowing — last commit 11mo ago

MixedDependency

dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 11mo ago; Scorecard "Branch-Protection" is 0/10…

  • Slowing — last commit 11mo ago
  • Concentrated ownership — top contributor handles 60% of recent commits
  • Scorecard: default branch unprotected (0/10)
  • Last commit 11mo ago
  • 18 active contributors
  • MIT licensed
  • CI configured
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days; bring "Branch-Protection" to ≥3/10 (see scorecard report)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: autozimu/LanguageClient-neovim

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T14:32:52.198Z · commit 103a88198604

Verdict

Mixed — Slowing — last commit 11mo ago

  • Last commit 11mo ago
  • 18 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

LanguageClient-neovim is a Rust-based Language Server Protocol (LSP) client plugin that brings IDE-like features (completion, diagnostics, rename, goto definition, formatting) to Vim and Neovim by communicating with external language servers. It works asynchronously to avoid blocking the editor and integrates with completion frameworks like deoplete, ncm2, and MUcomplete. This repository is no longer actively maintained and users are advised to migrate to Neovim's native LSP client. Dual-language architecture: Rust backend (src/ with config, extensions for clangd/gopls/rust_analyzer/java, core language_client.rs, RPC handler, LSP protocol bridge) compiled to a binary, plus Vim Script…

Start here

Read these in order:

  • src/language_client.rs — Foundation: doesn't import anything internally and is imported by 6 other files. Read first to learn the vocabulary.
  • src/extensions/clangd.rs — Foundation: imported by 2, no internal dependencies of its own.
  • src/extensions/java.rs — Built on the foundation; imported by 2 downstream files.
  • src/extensions/gopls.rs — Built on the foundation; imported by 1 downstream file.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone from GitHub: git clone https://github.com/autozimu/LanguageClient-neovim.git. Build the Rust binary via Cargo (Cargo.toml present): cargo build --release. Installation via vim-plug (documented in README) uses…

Daily commands:

For development: cargo build creates debug binary. Check Makefile for targets (path: Makefile). Install plugin via vim-plug hook (runs bash install.sh). Test in Neovim with min-vimrc.vim as minimal config. Run wit…

…shortened for this brief.

Key cautions & unknowns

  • Slowing — last commit 11mo ago
  • Concentrated ownership — top contributor handles 60% of recent commits
  • Scorecard: default branch unprotected (0/10)
    1. Plugin requires Neovim RPC bridge: The Rust binary is loaded as a remote plugin; Neovim must have Python3 provider enabled and rplugin host running. 2. Language server not bundled: LanguageClient does not…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/autozimu/languageclient-neovim?axis=fork)](https://repopilot.app/r/autozimu/languageclient-neovim)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/autozimu/languageclient-neovim on X, Slack, or LinkedIn.

Ask AI about autozimu/languageclient-neovim

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/autozimu/languageclient-neovim"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>