Crate reovim_plugin_sticky_context

Crate reovim_plugin_sticky_context 

Source
Expand description

Sticky context headers plugin

Displays 1-3 enclosing scope headers pinned at the top of the viewport as the user scrolls through large files.

This plugin subscribes to ViewportContextUpdated events from the context plugin and caches the context for rendering, avoiding redundant computation.

Structsยง

StickyContextPlugin
Sticky context headers plugin