asyncomplete-fuzzy-match icon indicating copy to clipboard operation
asyncomplete-fuzzy-match copied to clipboard

asyncomplete-fuzzy-match

Fuzzy matching for asyncomplete.vim, done asynchronously in a separate process (written in Rust).

Installation

Clone the repo and run

cargo build --release

With vim-plug

Plug 'tsufeki/asyncomplete-fuzzy-match', {
    \ 'do': 'cargo build --release',
    \ }