#editor #neovim #vim #terminal #vi

reovim-plugin-fold

Code folding plugin for reovim

4 releases

Uses new Rust 2024

0.7.9 Jan 5, 2026
0.7.8 Dec 27, 2025
0.7.7 Dec 27, 2025
0.7.6 Dec 27, 2025

#14 in #vi

MIT and AGPL-3.0-only

2MB
40K SLoC

Code folding plugin for reovim

This plugin provides code folding functionality:

  • Toggle, open, close folds at cursor
  • Open/close all folds in buffer
  • Fold ranges from treesitter queries

State Management

The plugin stores FoldManager in PluginStateRegistry, accessible by any component.

Event Bus Integration

Commands emit fold events (unified types), and the plugin subscribes to handle them.

Dependencies

~38–58MB
~1M SLoC