How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Fold with relentless elegance. A collection of quality-of-life features related to folding.
This neovim plugin allows you to cycle folds open or closed
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
A neovim version of the inline fold plugin
Hide comments, focus on the code flow, and reveal them if needed π§
The main features of soemre/commentless.nvim are: Folding Management.
Open-source alternatives to soemre/commentless.nvim include: chrisgrieser/nvim-origami β Fold with relentless elegance. A collection of quality-of-life features related to folding. jghauser/fold-cycle.nvim β This neovim plugin allows you to cycle folds open or closed. kevinhwang91/nvim-ufo β This is a code folding plugin for Neovim that manages foldable code blocks to reduce visual clutter and organize longβ¦ malbertzard/inline-fold.nvim β A neovim version of the inline fold plugin. netmute/foldchanged.nvim β Adds a `FoldChanged` User event. netmute/foldsigns.nvim β Adds foldmarkers as signs.