ddc-filter-sorter_rank icon indicating copy to clipboard operation
ddc-filter-sorter_rank copied to clipboard

Matched rank order sorter for ddc.vim

ddc-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

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