Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shougo/ddu-filter-sorter_alpha

Alphabet sorter for ddu.vim
https://github.com/shougo/ddu-filter-sorter_alpha

ddu-filter ddu-vim

Last synced: 28 days ago
JSON representation

Alphabet sorter for ddu.vim

Awesome Lists containing this project

README

        

# ddu-filter-sorter_alpha

Sort alphabetically for ddu.vim

## Required

### denops.vim

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

### ddu.vim

https://github.com/Shougo/ddu.vim

## Configuration

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