2 रिपॉजिटरी
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.
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.
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.