tsufeki / asyncomplete-fuzzy-match

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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',
    \ }

About

License:MIT License


Languages

Language:Vim Script 50.9%Language:Rust 49.1%