reovim-plugin-context 0.8.1

Context provider plugin for reovim
Documentation

Context plugin for reovim

Provides event-driven context updates for UI components. Instead of consumers polling for context on every frame, this plugin:

  1. Subscribes to core events (CursorMoved, ViewportScrolled, BufferModified)
  2. Computes context using the registered ContextProvider
  3. Emits context update events (CursorContextUpdated, ViewportContextUpdated)
  4. Consumers subscribe to these events and cache the results

This reduces redundant computation and improves performance.