ggml-org/llama.vim
A Vim plugin that provides local LLM-assisted code completion and instruction-based text editing.

Velocity · 7d
+3.5
★ / day
Trend
→steady
star history
This plugin integrates local large language models into Vim for real-time code and text completion. It offers fill-in-the-middle (FIM) completions that appear automatically as you type in Insert mode, along with an instruction-based editing mode for conversational code transformations. The plugin leverages llama.cpp for efficient local inference, supporting large contexts even on constrained hardware, and displays performance statistics during generation.