An open API service indexing awesome lists of open source software.

https://github.com/wsdjeg/vim-async-dict


https://github.com/wsdjeg/vim-async-dict

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

## async-dict

字典补全命令行工具。

### deoplete 支持

```
Plug 'wsdjeg/async-dict', {'do': 'cargo build'}
let g:async_dicts = '~/.dict/words.txt'
```