ddc-source-shell_native
January 31, 2025 ยท View on GitHub
Shell native completion for ddc.vim
Required
denops.vim
https://github.com/vim-denops/denops.vim
ddc.vim
https://github.com/Shougo/ddc.vim
shell
One of the followings
- fish
- xonsh
- zsh and zsh/zpty module
Configuration
call ddc#custom#patch_global('sources', ['shell_native'])
call ddc#custom#patch_global('sourceOptions', #{
\ shell_native: #{ mark: 'fish' },
\ })
call ddc#custom#patch_global('sourceParams', #{
\ shell_native: #{ shell: 'fish' },
\ })
Original code
It includes zsh-capture-completion and deoplete-zsh