# ddc-source-around **Repository Path**: bon-ami/ddc-source-around ## Basic Information - **Project Name**: ddc-source-around - **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-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ddc-source-around Around completion for ddc.vim This source collects items around the cursor, namely inside current buffer. ## 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('sources', ['around']) call ddc#custom#patch_global('sourceOptions', #{ \ around: #{ mark: 'A' }, \ }) call ddc#custom#patch_global('sourceParams', #{ \ around: #{ maxSize: 500 }, \ }) ```