https://github.com/shougo/ddc-source-rg
rg completion for ddc.vim
https://github.com/shougo/ddc-source-rg
ddc-source ddc-vim
Last synced: over 1 year ago
JSON representation
rg completion for ddc.vim
- Host: GitHub
- URL: https://github.com/shougo/ddc-source-rg
- Owner: Shougo
- License: mit
- Created: 2021-10-27T05:22:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T04:57:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T23:51:49.150Z (over 1 year ago)
- Topics: ddc-source, ddc-vim
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddc-source-rg: rg completion for ddc.vim
A ddc.vim source for `rg`.
**Note: "rg" binary must be installed in your `$PATH`!!**
## Dependencies
- https://github.com/BurntSushi/ripgrep
## Configuration
```vim
call ddc#custom#patch_global('sources', ['rg'])
call ddc#custom#patch_global('sourceOptions', #{
\ rg: #{
\ mark: 'rg',
\ minAutoCompleteLength: 4,
\ },
\ })
```
## License
MIT