projects
/
dotvim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9830a
)
test deoplete plugin
author
Tobias Sachs
<git-pngdhxpf-ts@twobees.de>
Mon, 14 Sep 2020 06:41:30 +0000
(08:41 +0200)
committer
Tobias Sachs
<git-pngdhxpf-ts@twobees.de>
Mon, 14 Sep 2020 06:41:30 +0000
(08:41 +0200)
plugins.vundel.vim
patch
|
blob
|
history
diff --git
a/plugins.vundel.vim
b/plugins.vundel.vim
index 2c88fb7502be1161831a052857943ea89061785c..f14cdc13a0613b9fcd3b6b7685f304604ef4dea8 100644
(file)
--- a/
plugins.vundel.vim
+++ b/
plugins.vundel.vim
@@
-28,7
+28,14
@@
Plugin 'eparreno/vim-l9'
Plugin 'c9s/perlomni.vim'
Plugin 'morhetz/gruvbox'
Plugin 'junegunn/fzf.vim'
-Plugin 'othree/vim-autocomplpop'
+"Plugin 'othree/vim-autocomplpop'
+if has('nvim')
+ Plugin 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
+else
+ Plugin 'Shougo/deoplete.nvim'
+ Plugin 'roxma/nvim-yarp'
+ Plugin 'roxma/vim-hug-neovim-rpc'
+endif
call vundle#end()
filetype on
filetype plugin indent on