awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesQuickfix List Navigation

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.

Awesome Quickfix List Navigation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nvim-mini/mini.nvimAvatar de nvim-mini

    nvim-mini/mini.nvim

    9,325Voir sur GitHub↗

    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.

    Lualuamini-nvimneovim
    Voir sur GitHub↗9,325
  • airblade/vim-gitgutterAvatar de airblade

    airblade/vim-gitgutter

    8,506Voir sur GitHub↗

    Il s'agit d'une extension Vim qui fournit une visualisation des changements Git et une gestion des hunks. Elle affiche des marqueurs dans la colonne de signe pour indiquer les lignes ajoutées, modifiées ou supprimées par rapport à l'index Git, permettant aux utilisateurs de visualiser les diffs et de comparer les versions de tampons côte à côte. Le plugin étend les objets texte de l'éditeur pour cibler des blocs spécifiques de lignes modifiées, permettant l'utilisation d'opérateurs standard sur ces hunks contigus. Il fournit également des outils pour indexer (stage) ou annuler des blocs de changements individuels directement dans l'éditeur. Des capacités supplémentaires incluent des utilitaires de navigation pour sauter entre les blocs de code modifiés et remplir la liste quickfix avec les emplacements des changements. Le plugin peut calculer des statistiques de diff pour la ligne d'état et masquer le texte inchangé pour ne mettre en évidence que les blocs modifiés.

    Transforms raw diff output into a list of jump targets within the editor's native quickfix list.

    Vim Script
    Voir sur GitHub↗8,506
  • folke/trouble.nvimAvatar de folke

    folke/trouble.nvim

    6,679Voir sur GitHub↗

    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.

    Lualuaneovimneovim-lsp
    Voir sur GitHub↗6,679
  • lewis6991/gitsigns.nvimAvatar de lewis6991

    lewis6991/gitsigns.nvim

    6,575Voir sur GitHub↗

    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.

    Luagitluaneovim
    Voir sur GitHub↗6,575
  • lervag/vimtexAvatar de lervag

    lervag/vimtex

    6,293Voir sur GitHub↗

    VimTeX est un environnement de développement intégré pour la rédaction et la compilation de documents LaTeX au sein de Vim et Neovim. Il fonctionne comme une suite complète pour la rédaction de documents techniques, combinant les rôles de coloration syntaxique, de navigateur de documents et de moteur d'autocomplétion. Le plugin se distingue par un workflow coordonné qui gère la compilation asynchrone et la synchronisation bidirectionnelle avec des visionneuses PDF externes. Cela permet aux utilisateurs de sauter entre des emplacements sources spécifiques et leurs pages rendues tout en maintenant une interface d'éditeur réactive pendant la production du document. Le système fournit un large éventail de capacités pour l'intelligence documentaire et l'édition. Cela inclut des suggestions contextuelles pour les citations et les étiquettes, une table des matières navigable pour parcourir les gros fichiers et des objets texte spécialisés qui traitent les environnements LaTeX et les zones mathématiques comme des unités atomiques. Il analyse également les journaux de compilation pour mapper les erreurs et les avertissements directement aux lignes correspondantes dans le code source.

    Parses external compilation logs to populate the editor's quickfix list with mapped errors and warnings.

    TeX
    Voir sur GitHub↗6,293
  • olimorris/codecompanion.nvimAvatar de olimorris

    olimorris/codecompanion.nvim

    6,166Voir sur 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

    Sends the contents of the quickfix list to the LLM, with smart grouping by Tree-sitter symbols for diagnostics.

    Luaacpagent-client-protocolanthropic
    Voir sur GitHub↗6,166
  • skywind3000/vim-quickuiAvatar de skywind3000

    skywind3000/vim-quickui

    1,174Voir sur GitHub↗

    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.

    Vim Scriptborlandcommand-linegui
    Voir sur GitHub↗1,174
  1. Home
  2. Development Tools & Productivity
  3. Quickfix List Navigation

Explorer les sous-tags

  • Hunk List PopulationPopulates the quickfix or location list with all hunks from the repository, attached buffers, or a specific buffer. **Distinct from Quickfix List Navigation:** Distinct from Quickfix List Navigation: focuses on populating the list with hunk data, not just navigating an existing list.
  • Hunk Quickfill ListsPopulating quickfix or location lists with all Git hunks for batch review and navigation. **Distinct from Quickfix List Navigation:** Distinct from Quickfix List Navigation: focuses on populating the list with hunk data rather than navigating an existing list.
  • Quickfix List Population1 sous-tagPopulates Neovim's quickfix or location list with structured hunk data for navigation and review workflows. **Distinct from Quickfix List Navigation:** Distinct from Quickfix List Navigation: focuses on populating the quickfix list with structured data, not just navigating an existing list.
  • Quickfix List RedirectionsCapabilities for routing quickfix or location list output to alternative viewer plugins. **Distinct from Quickfix List Navigation:** Distinct from Quickfix List Navigation: focuses on redirecting list output to a different viewer (Trouble) rather than navigating the built-in list.
  • Quickfix List Sharing with LLMsSends the contents of the quickfix list to a language model for analysis, with smart grouping by Tree-sitter symbols. **Distinct from Quickfix List Navigation:** Distinct from Quickfix List Navigation: focuses on sending list data to an LLM for analysis, not on navigating the list itself.