Crate reovim_plugin_pickers

Crate reovim_plugin_pickers 

Source
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ยง

BuffersPicker
Picker for switching between open buffers
CommandInfo
Command info for the command palette
CommandsPicker
Picker for the command palette
FilesPicker
Picker for finding files in the project
GrepPicker
Picker for live grep search using ripgrep
HelpEntry
Help entry
HelpPicker
Picker for help tags
KeymapEntry
Keymap entry for display
KeymapsPicker
Picker for viewing keymaps
PickersPlugin
Plugin that registers all built-in pickers
ProfilesPicker
Picker for selecting configuration profiles
RecentPicker
Picker for recently opened files
ThemesPicker
Picker for selecting colorschemes/themes