Microscope fuzzy finder plugin for reovim
This plugin provides fuzzy finding capabilities:
- File picker (Space ff)
- Buffer picker (Space fb)
- Grep picker (Space fg)
- Command palette
- Themes picker
- Keymaps viewer
- And more...
Architecture
Commands emit EventBus events that are handled by the runtime.
State is managed via PluginStateRegistry.
Rendering is done via the PluginWindow trait.