atusy / ddc-source-zsh

Zsh completion for ddc.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddc-source-shell-native

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

About

Zsh completion for ddc.vim

License:MIT License


Languages

Language:Shell 73.3%Language:TypeScript 26.7%