coc-zsh icon indicating copy to clipboard operation
coc-zsh copied to clipboard

coc.nvim source for Zsh completions

coc-zsh

coc.nvim source for Zsh completions

You can install the normal way you install vim plugins:

Plug 'tjdevries/coc-zsh'

Examples

Works with lots of commands (if you have completion for them)

git_completion

Works with aliases!

alias_completion

Works with complex commands!

complex_competion

Note: I think this only works on Linux :smile:. I've only tested on Ubuntu 18.04