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

https://github.com/ttak0422/ddc-sorter_itemsize

item length sorter for ddc.vim
https://github.com/ttak0422/ddc-sorter_itemsize

ddc-filter ddc-vim

Last synced: about 1 year ago
JSON representation

item length sorter for ddc.vim

Awesome Lists containing this project

README

          

# ddc-sorter_itemsize
item length sorter for ddc.vim

### Required

- https://github.com/vim-denops/denops.vim
- https://github.com/Shougo/ddc.vim

## About

### with out `sorter_itemsize`

```vim
\ 'sorters': [
\ 'sorter_rank',
\ ],
```

![image](https://user-images.githubusercontent.com/15827817/215272051-3e567021-f9b1-4d16-be08-87801414b270.png)

### with `sorter_itemsize`

```vim
\ 'sorters': [
\ 'sorter_itemsize',
\ 'sorter_rank',
\ ],
```

![image](https://user-images.githubusercontent.com/15827817/215272114-624944a5-a84e-4305-8b00-b5163d2b2a7e.png)

### `sorter_lsp-detail-size`

![image](https://github.com/ttak0422/eden/assets/15827817/6d4cde5c-1eb2-4c53-8b01-eb6037d87436)