Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Shougo/ddc-filter-sorter_rank

Matched rank order sorter for ddc.vim
https://github.com/Shougo/ddc-filter-sorter_rank

ddc-filter ddc-vim

Last synced: about 2 months ago
JSON representation

Matched rank order sorter for ddc.vim

Awesome Lists containing this project

README

        

# ddc-filter-sorter_rank

Matched rank order sorter for ddc.vim

It is matched rank order sorter. The higher the head matched word or already
typed or inserted word.

## Required

### denops.vim
https://github.com/vim-denops/denops.vim

### ddc.vim
https://github.com/Shougo/ddc.vim

## Configuration

```vim
call ddc#custom#patch_global('sourceOptions', #{
\ _: #{
\ sorters: ['sorter_rank'],
\ }
\ })
```