Shell native completion for ddc.vim
https://github.com/vim-denops/denops.vim
https://github.com/Shougo/ddc.vim
One of the followings
- fish
- xonsh
- zsh and zsh/zpty module
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' },
\ })
It includes zsh-capture-completion and deoplete-zsh