7 repositorios
Navigation primitives for traversing the editor's quickfix list.
Distinct from Quickfix Utilities: Candidates are either generic utilities or unrelated data entry relocators.
Explore 7 awesome GitHub repositories matching development tools & productivity · Quickfix List Navigation. Refine with filters or upvote what's useful.
mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls
Implements sequential navigation through the quickfix list with wrapping.
Esta es una extensión de Vim que proporciona visualización de cambios en Git y gestión de hunks. Muestra marcadores en la columna de signos para indicar líneas añadidas, modificadas o eliminadas en relación con el índice de Git, permitiendo a los usuarios visualizar diffs y comparar versiones de buffers lado a lado. El plugin extiende los objetos de texto del editor para apuntar a bloques específicos de líneas modificadas, permitiendo el uso de operadores estándar en estos hunks contiguos. También proporciona herramientas para hacer stage o deshacer bloques individuales de cambios directamente dentro del editor. Las capacidades adicionales incluyen utilidades de navegación para saltar entre bloques de código modificados y poblar la lista de quickfix con las ubicaciones de los cambios. El plugin puede calcular estadísticas de diff para la línea de estado y plegar texto no modificado para resaltar solo los bloques modificados.
Transforms raw diff output into a list of jump targets within the editor's native quickfix list.
Trouble.nvim is a Neovim plugin that provides an interactive, filterable list for browsing and navigating LSP diagnostics, references, and quickfix items. It presents diagnostics grouped by severity and file in a floating window, allowing you to quickly scan and jump to issues across your workspace. The plugin integrates directly with Neovim's built-in LSP client and quickfix list APIs, pulling data without external dependencies. It offers a sign-based grouping mechanism that visually organizes items by severity or file in the sign column, and includes a severity filter that toggles visibilit
Mirrors the Neovim quickfix list into a floating window for interactive navigation and filtering.
Gitsigns.nvim is a Neovim plugin that integrates Git diff visualization, blame annotations, and hunk-based staging directly into the editor buffer. It renders add, modify, and delete indicators in the sign column for tracked files, and provides inline or popup blame annotations showing commit authorship and date for each line. The plugin operates on individual diff hunks as atomic units for staging, reverting, and navigation, all executed asynchronously via Neovim's job control API to avoid blocking the UI. The plugin distinguishes itself by enabling hunk-level staging and resetting directly
Populates the quickfix or location list with all hunks from the repository, attached buffers, or a specific buffer.
VimTeX es un entorno de desarrollo integrado para crear y compilar documentos LaTeX dentro de Vim y Neovim. Funciona como una suite completa para la creación de documentos técnicos, combinando los roles de resaltador de sintaxis, navegador de documentos y motor de autocompletado. El plugin se distingue por un flujo de trabajo coordinado que gestiona la compilación asíncrona y la sincronización bidireccional con visores de PDF externos. Esto permite a los usuarios saltar entre ubicaciones específicas del código fuente y sus páginas renderizadas mientras mantienen una interfaz de editor receptiva durante la producción del documento. El sistema proporciona una amplia gama de capacidades para la inteligencia y edición de documentos. Esto incluye sugerencias sensibles al contexto para citas y etiquetas, una tabla de contenidos navegable para recorrer archivos grandes y objetos de texto especializados que tratan los entornos LaTeX y las zonas matemáticas como unidades atómicas. También analiza los registros de compilación para mapear errores y advertencias directamente a las líneas correspondientes en el código fuente.
Parses external compilation logs to populate the editor's quickfix list with mapped errors and warnings.
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
Sends the contents of the quickfix list to the LLM, with smart grouping by Tree-sitter symbols for diagnostics.
Vim-quickui is a text user interface library and plugin for Vim and Neovim editors that renders interactive widgets directly inside terminal environments without external dependencies. The framework provides buffer-independent UI drawing, popup window layering, state-driven event handling, and data-driven dialog generation that constructs modal forms and input controls from declarative data structures. The extension covers a broad suite of interface components including dropdown menu bars, context menus, scrollable list boxes, confirmation dialogs, and string input prompts. Users can inspect
Enables inspection of quickfix list entries directly within floating preview windows.