Your Neovim AI sidekick
sidekick.nvim is a Neovim plugin that combines two distinct capabilities: Copilot LSP's Next Edit Suggestions (NES) and an embedded terminal for AI command-line tools. The NES component connects to the official copilot-language-server via Neovim's built-in LSP client, automatically fetching multi-line or whole-refactoring suggestions as you type, then displaying them as inline and block-level diffs with Treesitter-based syntax highlighting down to the word or character level; pressing Tab navigates hunks and applies them. The terminal component provides pre-configured access to Claude Code, Gemini CLI, Codex, Copilot CLI, and Grok directly inside Neovim, with context-aware prompts that inject file content, cursor position, and diagnostics, plus session persistence through tmux and zellij. File watching automatically reloads buffers when an AI tool modifies them on disk. Neovim 0.11.2 or newer is required, and the plugin is authored by folke, the creator of lazy.nvim and snacks.nvim.
- ✓Open-source license (Apache-2.0)
- ✓Recently active
- ✓Healthy fork ratio
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/folke/sidekick.nvimResumen de Tools
Lo que la gente pregunta sobre sidekick.nvim
¿Qué es folke/sidekick.nvim?
+
folke/sidekick.nvim es tools para el ecosistema de Claude AI. Your Neovim AI sidekick Tiene 2.7k estrellas en GitHub y se actualizó por última vez 1mo ago.
¿Cómo se instala sidekick.nvim?
+
Puedes instalar sidekick.nvim clonando el repositorio (https://github.com/folke/sidekick.nvim) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar folke/sidekick.nvim?
+
Nuestro agente de seguridad ha analizado folke/sidekick.nvim y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene folke/sidekick.nvim?
+
folke/sidekick.nvim es mantenido por folke. La última actividad registrada en GitHub es de 1mo ago, con 45 issues abiertos.
¿Hay alternativas a sidekick.nvim?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega sidekick.nvim en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/folke-sidekick-nvim)<a href="https://claudewave.com/repo/folke-sidekick-nvim"><img src="https://claudewave.com/api/badge/folke-sidekick-nvim" alt="Featured on ClaudeWave: folke/sidekick.nvim" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies