Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shougo/ddu-filter-converter_display_word
Convert display to word
https://github.com/shougo/ddu-filter-converter_display_word
ddu-filter ddu-vim
Last synced: 28 days ago
JSON representation
Convert display to word
- Host: GitHub
- URL: https://github.com/shougo/ddu-filter-converter_display_word
- Owner: Shougo
- License: mit
- Created: 2022-05-13T10:16:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T00:07:36.000Z (3 months ago)
- Last Synced: 2024-08-02T01:32:40.688Z (3 months ago)
- Topics: ddu-filter, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-filter-converter_display_word
Convert display to word(matcherKey) for ddu.vim
NOTE: It must be applied before matchers.
## 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: #{
\ _: #{
\ matchers: [
\ 'converter_display_word', 'matcher_substring',
\ ],
\ },
\ }
\ })
```