Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 672 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 672 Bytes

selector is a utility to help plugin authors launch a window to choose one of several options.

For details, see the executable documentation in the vroom/ directory or the helpfiles in the doc/ directory. The helpfiles are also available via :help selector if selector is installed (and helptags have been generated).

Installation

This example uses Vundle, whose plugin-adding command is Plugin.

" Add maktaba and selector to the runtimepath.
" (The latter must be installed before it can be used.)
Plugin 'google/maktaba'
Plugin 'google/vim-selector'

Disclaimer

This is not an official Google product.