deoplete: Call UpdateRemotePlugins for vim
authorStefan Huber <shuber@sthu.org>
Mon, 22 Oct 2018 08:05:00 +0000 (10:05 +0200)
committerStefan Huber <shuber@sthu.org>
Mon, 22 Oct 2018 08:05:00 +0000 (10:05 +0200)
plugins.vim

index fb2efaa1dfe85ce1b1dd76736b3f19b54b56793b..f475f32fea5dc75ffb0e8218d25162c146ed0f27 100644 (file)
@@ -35,7 +35,7 @@ Plug 'lervag/vimtex', {'for': 'tex'}
 if has('nvim')
   Plug 'Shougo/deoplete.nvim', {'do': ':UpdateRemotePlugins' }
 else
 if has('nvim')
   Plug 'Shougo/deoplete.nvim', {'do': ':UpdateRemotePlugins' }
 else
-  Plug 'Shougo/deoplete.nvim'
+  Plug 'Shougo/deoplete.nvim', {'do': ':UpdateRemotePlugins' }
   Plug 'roxma/nvim-yarp'
   Plug 'roxma/vim-hug-neovim-rpc'
 endif
   Plug 'roxma/nvim-yarp'
   Plug 'roxma/vim-hug-neovim-rpc'
 endif