https://github.com/shougo/ddc-source-vim
Additional Vim script source for ddc.vim
https://github.com/shougo/ddc-source-vim
ddc-source ddc-vim
Last synced: 4 months ago
JSON representation
Additional Vim script source for ddc.vim
- Host: GitHub
- URL: https://github.com/shougo/ddc-source-vim
- Owner: Shougo
- License: mit
- Created: 2023-11-17T00:30:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-28T03:54:18.000Z (11 months ago)
- Last Synced: 2025-07-28T05:31:09.861Z (11 months ago)
- Topics: ddc-source, ddc-vim
- Language: Vim Script
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddc-source-vim
Additional Vim script completion for ddc.vim
This source collects Vim script items.
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### ddc.vim
https://github.com/Shougo/ddc.vim
## Configuration
```vim
call ddc#custom#patch_filetype('vim', 'sources', ['vim'])
call ddc#custom#patch_global('sourceOptions', #{
\ vim: #{
\ mark: 'vim',
\ isVolatile: v:true,
\ },
\ })
```