https://github.com/shougo/ddc-source-codeium
Codeium completion source for ddc.vim
https://github.com/shougo/ddc-source-codeium
ddc-source ddc-vim
Last synced: 9 months ago
JSON representation
Codeium completion source for ddc.vim
- Host: GitHub
- URL: https://github.com/shougo/ddc-source-codeium
- Owner: Shougo
- License: mit
- Created: 2023-05-11T04:30:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T09:46:53.000Z (over 1 year ago)
- Last Synced: 2025-04-08T20:01:45.614Z (about 1 year ago)
- Topics: ddc-source, ddc-vim
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddc-source-codeium
Codeium completion for ddc.vim
## Required
### codeium.vim
https://github.com/Exafunction/codeium.vim
### denops.vim
https://github.com/vim-denops/denops.vim
### ddc.vim
https://github.com/Shougo/ddc.vim
## Configuration
```vim
let g:codeium_disable_bindings = 1
call ddc#custom#patch_global('sources', ['codeium'])
call ddc#custom#patch_global('sourceOptions', #{
\ codeium: #{
\ matchers: [],
\ mark: 'codeium',
\ minAutoCompleteLength: 0,
\ timeout: 1000,
\ isVolatile: v:true,
\ }
\ })
```