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

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesPreview Buffers

Temporary buffers used specifically for rendering previews of selected items.

Distinct from Buffer-Based Editors: Distinct from Buffer-Based Editors: this focuses on the transient preview mechanism rather than the editor's primary storage model.

Explore 2 awesome GitHub repositories matching development tools & productivity · Preview Buffers. Refine with filters or upvote what's useful.

Awesome Preview Buffers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • akinsho/bufferline.nvimAvatar de akinsho

    akinsho/bufferline.nvim

    4,241Ver en GitHub↗

    bufferline.nvim is a buffer line plugin for Neovim that provides a visual tab bar at the top of the editor to display open buffers. It functions as a workspace organizer and tabpage management interface, allowing users to switch the display mode between individual open buffers and global tabpages. The project features an LSP diagnostic visualizer that maps language server errors and warnings directly onto the buffer tabs. It enables UI customization through adjustable tab shapes and underline indicators to emulate the appearance of graphical text editors. The plugin includes capabilities for

    Adds numeric prefixes to buffer tabs for keyboard-based buffer switching.

    Luabufferlineluaneovim
    Ver en GitHub↗4,241
  • ibhagwan/fzf-luaAvatar de ibhagwan

    ibhagwan/fzf-lua

    4,082Ver en GitHub↗

    fzf-lua is a fuzzy finder integration for Neovim that utilizes fzf to search files, buffers, and project symbols. It serves as a code navigation framework providing a dynamic result generator that populates search windows using real-time shell commands or custom Lua functions. The project distinguishes itself through specialized integration tools for Git and Language Server Protocols. It includes a Git search interface for navigating commits, branches, stashes, and diffs, alongside an LSP integration tool that bridges language server providers to locate definitions and references across a cod

    Uses temporary editor buffers to render selected items with native syntax highlighting and formatting.

    Luafzfluaneovim
    Ver en GitHub↗4,082
  1. Home
  2. Development Tools & Productivity
  3. Text Buffer Manipulations
  4. Buffer-Based Storage
  5. Buffer-Based Editors
  6. Preview Buffers

Explorar subetiquetas

  • Buffer Number PrefixesOrdinal or buffer ID numbers prepended to tab names for keyboard-based selection. **Distinct from Preview Buffers:** Distinct from Preview Buffers: adds numeric labels for selection, not a transient preview mechanism.