Adds foldmarkers as signs
The main features of netmute/foldsigns.nvim are: Folding Management.
Open-source alternatives to netmute/foldsigns.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. soemre/commentless.nvim — Hide comments, focus on the code flow, and reveal them if needed 🧘.
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