A ddc.vim source for rg.
Note: "rg" binary must be installed in your $PATH!!
call ddc#custom#patch_global('sources', ['rg'])
call ddc#custom#patch_global('sourceOptions', #{
\ rg: #{
\ mark: 'rg',
\ minAutoCompleteLength: 4,
\ },
\ })MIT