call plug#begin('~/.vim/plugged') 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 'Shougo/neosnippet.vim' Plug 'honza/vim-snippets' call plug#end() " Enable snipMate compatibility feature. let g:neosnippet#enable_snipmate_compatibility = 1 " deoplete let g:deoplete#enable_at_startup = 1