1 Repo
Viewing the content of a collapsed region without expanding it in the main buffer.
Distinct from Code Folding: Focuses on the preview mechanism rather than the general act of folding/unfolding.
Explore 1 awesome GitHub repository matching software engineering & architecture · Folded Content Previews. Refine with filters or upvote what's useful.
This is a code folding plugin for Neovim that manages foldable code blocks to reduce visual clutter and organize long source files. It functions as a folding provider and visualizer that leverages Language Server Protocol data and indentation patterns to identify and hide logical code sections. The plugin distinguishes itself through the ability to preview collapsed content in floating windows without expanding the fold. It also provides extensive visual customization for folded regions, including the use of virtual text indicators and custom markers to replace default ellipsis. The tool cov
Displays the hidden contents of a collapsed region in a separate window without expanding the fold.