An unite.vim source to use with Everything
If you want to search asynchronously, vimproc.vim is required.
:Unite everything
:Unite everything/async
A number of output from everything.
Increase this makes more output candidates.
let g:unite_source_everything_limit = 100
Setting 1
makes everything do a full path search.
let g:unite_source_everything_full_path_search = 0
Setting 1
makes everything search with basic POSIX regular expression.
let g:unite_source_everything_posix_regexp_search = 0
Setting 1
makes everything sort result by full path.
let g:unite_source_everything_sort_by_full_path = 0
Setting 1
makes everything do case sensitive search.
let g:unite_source_everything_case_sensitive_search = 0
Path to es.exe
executable. Specifiy full path if not in $PATH.
let g:unite_source_everything_cmd_path = 'es.exe'
Exclude pattern for unite-everything source. Specify this vim regular expresion format.
Minimum characters to start search in :Unite everything/async
.
let g:unite_source_everything_async_minimum_length = 3
- unite.vim
- vimproc.vim
- Everything: Version 1.3 or newer is recommended
- es.exe
Make sure unite.vim
vimproc.vim
are avaiable.
I recommend install Everything
with Everything Service for convince to use with es.exe
.
Locate es.exe
in $PATH or set the location to g:unite_source_everything_cmd_path
.
MIT License.
sgur <[email protected]>