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

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

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