Expand description
Picker trait and infrastructure
This module provides the core picker infrastructure:
Pickertrait for implementing custom pickersPickerContextfor picker operationsMicroscopeActionfor actions on selectionPickerRegistryfor dynamic picker registration
Actual picker implementations are in the separate reovim-plugin-pickers crate.
Re-exports§
pub use registry::PickerRegistry;
Modules§
- registry
- Picker Registry for dynamic picker registration
Structs§
- Buffer
Info - Buffer info passed from runtime for buffer picker
- Picker
Context - Context for picker operations
Enums§
- Microscope
Action - Action to perform when an item is selected
Traits§
- Picker
- Trait for implementing microscope pickers