Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shougo/ddu-filter-matcher_relative
Relative files matcher for ddu.vim
https://github.com/shougo/ddu-filter-matcher_relative
ddu-filter ddu-vim
Last synced: 3 months ago
JSON representation
Relative files matcher for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-filter-matcher_relative
- Owner: Shougo
- License: mit
- Created: 2022-02-04T23:11:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T00:14:31.000Z (6 months ago)
- Last Synced: 2024-08-02T01:38:17.093Z (6 months ago)
- Topics: ddu-filter, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-filter-matcher_relative
Relative files matcher for ddu.vim
This matcher filters relative files.
## 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: ['matcher_relative'],
\ },
\ }
\ })
```