ddc-converter_remove_overlap
ddc-converter_remove_overlap copied to clipboard
Remove overlapped text converter for ddc.vim
ddc-converter_remove_overlap
Removes overlapped text for ddc.vim
The filter removes overlapped text in a candidate's word.
Required
denops.vim
https://github.com/vim-denops/denops.vim
ddc.vim
https://github.com/Shougo/ddc.vim
Configuration
call ddc#custom#patch_global('sourceOptions', {
\ '_': {
\ 'converters': ['converter_remove_overlap'],
\ })