# deoplete-zsh **Repository Path**: space-vim/deoplete-zsh ## Basic Information - **Project Name**: deoplete-zsh - **Description**: mirror from github - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-18 - **Last Updated**: 2024-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deoplete-zsh Zsh completion for deoplete.nvim ## Required ### Neovim https://github.com/neovim/neovim/ ### deoplete.nvim https://github.com/Shougo/deoplete.nvim ### zsh/zpty module ```zsh zmodload zsh/zpty ``` ## Configuration It saves compdump file in `$DEOPLETE_ZSH_CACHE_DIR` or `$XDG_CACHE_HOME` or `$HOME/cache` directory. ## TODO ## Original code It includes [zsh-capture-completion](https://github.com/Valodim/zsh-capture-completion)