Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Shougo/ddc-source-rtags

rtags completion for ddc.vim
https://github.com/Shougo/ddc-source-rtags

ddc-source ddc-vim

Last synced: 4 days ago
JSON representation

rtags completion for ddc.vim

Awesome Lists containing this project

README

        

# ddc-source-rtags

rtags completion for ddc.vim

This source collects items from rtags.

## Required

### denops.vim

https://github.com/vim-denops/denops.vim

### ddc.vim

https://github.com/Shougo/ddc.vim

### rtags

https://github.com/Andersbakken/rtags

Note: You need to lunch "rdm" command in the background.

## Configuration

```vim
call ddc#custom#patch_global('sources', ['rtags'])

call ddc#custom#patch_global('sourceOptions', #{
\ rtags: #{
\ mark: 'R',
\ dup: v:true,
\ forceCompletionPattern: '\.\w*|:\w*|->\w*' },
\ })
```