Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 446 Bytes

ddc-source-rg: rg completion for ddc.vim

A ddc.vim source for rg.

Note: "rg" binary must be installed in your $PATH!!

Dependencies

Configuration

call ddc#custom#patch_global('sources', ['rg'])

call ddc#custom#patch_global('sourceOptions', #{
        \   rg: #{
        \     mark: 'rg',
        \     minAutoCompleteLength: 4,
        \   },
        \ })

License

MIT