Expand description
Built-in pickers plugin for reovim
This plugin provides all built-in pickers for the Microscope fuzzy finder:
- Files picker (find project files)
- Buffers picker (switch between open buffers)
- Grep picker (live grep with ripgrep)
- Commands picker (command palette)
- Recent picker (recently opened files)
- Themes picker (colorscheme selector)
- Help picker (help tags)
- Keymaps picker (view keybindings)
- Profiles picker (configuration profiles)
These pickers are registered in the PickerRegistry when the plugin is loaded.
Structsยง
- Buffers
Picker - Picker for switching between open buffers
- Command
Info - Command info for the command palette
- Commands
Picker - Picker for the command palette
- Files
Picker - Picker for finding files in the project
- Grep
Picker - Picker for live grep search using ripgrep
- Help
Entry - Help entry
- Help
Picker - Picker for help tags
- Keymap
Entry - Keymap entry for display
- Keymaps
Picker - Picker for viewing keymaps
- Pickers
Plugin - Plugin that registers all built-in pickers
- Profiles
Picker - Picker for selecting configuration profiles
- Recent
Picker - Picker for recently opened files
- Themes
Picker - Picker for selecting colorschemes/themes