+ Added zsh completion (from O-M-Z)
This commit is contained in:
parent
5465d1f7b5
commit
10bf2e49c0
6 changed files with 104 additions and 16 deletions
|
@ -77,15 +77,15 @@ Plug 'autozimu/LanguageClient-neovim', {
|
|||
\ }
|
||||
Plug 'SirVer/ultisnips'
|
||||
Plug 'honza/vim-snippets'
|
||||
"if has('nvim')
|
||||
" Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
"else
|
||||
" Plug 'Shougo/deoplete.nvim'
|
||||
" Plug 'roxma/nvim-yarp'
|
||||
" Plug 'roxma/vim-hug-neovim-rpc'
|
||||
"endif
|
||||
" if has('nvim')
|
||||
" Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
" else
|
||||
" Plug 'Shougo/deoplete.nvim'
|
||||
" Plug 'roxma/nvim-yarp'
|
||||
" Plug 'roxma/vim-hug-neovim-rpc'
|
||||
" endif
|
||||
Plug 'preservim/nerdcommenter'
|
||||
Plug 'ycm-core/YouCompleteMe'
|
||||
" Plug 'ycm-core/YouCompleteMe'
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
if !has('nvim')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue