vim-zsh-completion icon indicating copy to clipboard operation
vim-zsh-completion copied to clipboard

omnicompletion via zsh's completion engine

Results 4 vim-zsh-completion issues
Sort by recently updated
recently updated
newest added
trafficstars

See here as well: https://github.com/jandamm/zsh-capture-completion/commit/2f530cff83e1f75ce5f0d749a9bd50d191c09db7 Also autoload the completion func so it only is loaded for zsh files when completing.

Solution:use /usr/bin/env to find it.

add following config to your vimrc. let g:ycm_semantic_triggers.zsh=['re![\w-]{2}', '/', '-'] close #1

let g:ycm_semantic_triggers.zsh=['re!\w{2}', '/'] not work. but ^X^O is work fine.