awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nickjvandyke avatar

nickjvandyke/opencode.nvim

0
View on GitHub↗
2,593 estrellas·91 forks·Lua·mit·2 vistas

Opencode.nvim

opencode.nvim is a Neovim plugin that integrates large language model capabilities for code generation, refactoring, and automated diagnostic analysis. It connects the editor to local or remote AI servers to execute coding tasks and manage conversation history.

The system features a side-by-side diff interface for reviewing and accepting AI-generated code changes and a prompt builder that injects real-time editor data, such as buffer contents and selections, into instructions. It also functions as an extension to explain code diagnostics and trigger editor actions via a backend server.

The project covers AI server discovery and connection management, asynchronous event communication for editor automation, and session control for managing AI interaction history.

Features

  • AI Code Editors - Integrates AI capabilities for natural language-driven code generation, optimization, and refactoring within the editor.
  • Neovim Plugins - Implements a comprehensive suite of AI capabilities as a plugin for the Neovim text editor.
  • AI Agent Integrations - Connects the editor to local or remote AI servers to execute complex coding tasks and documentation generation.
  • AI Coding Assistants - Automates code generation and refactoring by interfacing with an AI server directly within Neovim.
  • Automated Code Fix Suggestions - Uses AI to explain complex compiler errors and suggest immediate code fixes based on diagnostics.
  • Side-by-Side Diff Viewers - Renders a dual-pane layout for reviewing and applying accepted code change hunks to the active buffer.
  • AI Code Change Acceptances - Provides a side-by-side diff interface to review and accept or reject AI-proposed code changes.
  • Prompt Context Aggregators - Provides a prompt builder that aggregates real-time editor data like buffer contents and selections to enrich AI instructions.
  • Prompt Context Injectors - Includes a prompt builder that injects buffer contents, selections, and diagnostics directly into AI instructions.
  • Diagnostic Explanations - Generates human-readable AI explanations for LSP diagnostic errors and warnings directly within the editor.
  • AI Session Managers - Manages AI interaction history, session initialization, and process interruption.
  • Editor Context Injections - Dynamically injects editor state, such as buffer contents and selections, into AI prompts via placeholders.
  • AI Context Completions - Suggests context placeholders and agent names in real time while constructing AI instructions.
  • AI Diagnostic Explanations - Uses AI to provide natural language explanations for code diagnostics and trigger corresponding editor actions.
  • Prompt Input Interfaces - Provides a dedicated buffer-based input area for constructing AI instructions with real-time completions.
  • Diff Review Interfaces - Provides a side-by-side diff viewer for reviewing and accepting AI-generated code changes hunk by hunk.
  • AI Assistants - Integrates the OpenCode AI assistant.

Historial de estrellas

Gráfico del historial de estrellas de nickjvandyke/opencode.nvimGráfico del historial de estrellas de nickjvandyke/opencode.nvim

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace nickjvandyke/opencode.nvim?

opencode.nvim is a Neovim plugin that integrates large language model capabilities for code generation, refactoring, and automated diagnostic analysis. It connects the editor to local or remote AI servers to execute coding tasks and manage conversation history.

¿Cuáles son las características principales de nickjvandyke/opencode.nvim?

Las características principales de nickjvandyke/opencode.nvim son: AI Code Editors, Neovim Plugins, AI Agent Integrations, AI Coding Assistants, Automated Code Fix Suggestions, Side-by-Side Diff Viewers, AI Code Change Acceptances, Prompt Context Aggregators.

¿Qué alternativas de código abierto existen para nickjvandyke/opencode.nvim?

Las alternativas de código abierto para nickjvandyke/opencode.nvim incluyen: olimorris/codecompanion.nvim — CodeCompanion is a Neovim plugin that brings large language model capabilities directly into the editor, enabling… jackmort/chatgpt.nvim — ChatGPT.nvim is an OpenAI LLM Neovim plugin that serves as an AI-powered code assistant for refactoring, completing,… karthink/gptel — gptel is an LLM Emacs client and multi-backend AI integration system that allows users to interact with large language… yetone/avante.nvim — This project is a Neovim plugin that integrates large language models directly into the text editor to provide… microsoft/vscode-tips-and-tricks — This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a… exafunction/windsurf.vim — windsurf.vim is an AI-driven development tool for Vim and Neovim that integrates AI-powered code completion, a…

Alternativas open-source a Opencode.nvim

Proyectos open-source similares, clasificados según cuántas características comparten con Opencode.nvim.
  • olimorris/codecompanion.nvimAvatar de olimorris

    olimorris/codecompanion.nvim

    6,166Ver en GitHub↗

    CodeCompanion is a Neovim plugin that brings large language model capabilities directly into the editor, enabling turn-based conversations with AI models in a dedicated chat buffer. It provides a comprehensive interface for interacting with LLMs, supporting multiple providers through a flexible adapter system that can route requests to various hosted or local language model services. The plugin distinguishes itself through its extensive context-sharing capabilities, allowing users to send buffer contents, visual selections, git diffs, LSP diagnostics, terminal output, quickfix lists, and view

    Luaacpagent-client-protocolanthropic
    Ver en GitHub↗6,166
  • jackmort/chatgpt.nvimAvatar de jackMort

    jackMort/ChatGPT.nvim

    4,005Ver en GitHub↗

    ChatGPT.nvim is an OpenAI LLM Neovim plugin that serves as an AI-powered code assistant for refactoring, completing, and fixing code snippets. It functions as a custom prompt automation tool and a markdown renderer, allowing users to interact with language models directly within the editor. The project distinguishes itself through a framework for defining reusable AI personas and automated text processing tasks using system prompts and templates. It includes a specialized rendering system that transforms responses into styled markdown with foldable code blocks. The plugin covers interactive

    Lua
    Ver en GitHub↗4,005
  • karthink/gptelAvatar de karthink

    karthink/gptel

    3,192Ver en GitHub↗

    gptel is an LLM Emacs client and multi-backend AI integration system that allows users to interact with large language models directly inside the Emacs text editor. It serves as an AI-powered text refactoring tool and a context-aware prompt manager, providing a unified interface to connect with various AI providers, including local Ollama instances, AWS Bedrock, and Gemini. The project distinguishes itself as a Model Context Protocol client, connecting to MCP servers to provide language models with external tools and data sources. It enables context-augmented prompting by aggregating text fro

    Emacs Lispchatgptemacsllms
    Ver en GitHub↗3,192
  • yetone/avante.nvimAvatar de yetone

    yetone/avante.nvim

    17,967Ver en GitHub↗

    This project is a Neovim plugin that integrates large language models directly into the text editor to provide conversational programming assistance. It functions as an artificial intelligence coding assistant, enabling users to generate, refactor, and modify source code through natural language prompts and iterative chat sessions. The extension distinguishes itself by performing in-place code editing, where it applies suggestions directly to the active file buffer using precise diff-based patching. It supports agentic workflows by allowing models to execute shell commands and local scripts,

    Lua
    Ver en GitHub↗17,967
Ver las 30 alternativas a Opencode.nvim→