Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gamoutatsumi/ddc-sorter_ascii

ASCII code order sorter for ddc.vim
https://github.com/gamoutatsumi/ddc-sorter_ascii

ddc-filter ddc-vim

Last synced: 10 days ago
JSON representation

ASCII code order sorter for ddc.vim

Awesome Lists containing this project

README

        

# ddc-sorter_ascii

ASCII code order sorter for ddc.vim

## 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_ascii'],
\ }
\ })
```