An open API service indexing awesome lists of open source software.

https://github.com/tjdevries/coc-zsh

coc.nvim source for Zsh completions
https://github.com/tjdevries/coc-zsh

Last synced: 11 months ago
JSON representation

coc.nvim source for Zsh completions

Awesome Lists containing this project

README

          

# 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](./media/git_completion.png)

Works with aliases!

![alias_completion](./media/alias_example.png)

Works with complex commands!

![complex_competion](./media/complex_example.png)

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