# ddc-converter_remove_overlap **Repository Path**: bon-ami/ddc-converter_remove_overlap ## Basic Information - **Project Name**: ddc-converter_remove_overlap - **Description**: 不定期同步 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-01 - **Last Updated**: 2024-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ddc-filter-converter_remove_overlap Removes overlapped text for ddc.vim The filter removes overlapped text in a candidate's word. For example if you want to complete "foobar" before "bar", only "foo" is inserted. Because "bar" is already inserted in the text. It is useful if you want to replace texts. ## Required ### denops.vim https://github.com/vim-denops/denops.vim ### ddc.vim https://github.com/Shougo/ddc.vim ## Configuration ```vim call ddc#custom#patch_global('sourceOptions', #{ \ _: #{ \ converters: ['converter_remove_overlap'], \ }) ```