awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • akinsho/bufferline.nvimakinsho 的头像

    akinsho/bufferline.nvim

    4,241在 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
    在 GitHub 上查看↗4,241
  • ibhagwan/fzf-luaibhagwan 的头像

    ibhagwan/fzf-lua

    4,082在 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
    在 GitHub 上查看↗4,082
  1. Home
  2. Development Tools & Productivity
  3. Text Buffer Manipulations
  4. Buffer-Based Storage
  5. Buffer-Based Editors
  6. Preview Buffers

探索子标签

  • 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.