vim: added more plugins for deoplete, updated Vundle

This commit is contained in:
Tobias Schmidl 2019-12-03 11:32:03 +01:00 committed by Tobias Schmidl
parent e75bd1c409
commit 99d838dc83
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95

3
.vimrc
View file

@ -23,6 +23,9 @@ call vundle#begin()
Plugin 'Xuyuanp/nerdtree-git-plugin' Plugin 'Xuyuanp/nerdtree-git-plugin'
if has('nvim') if has('nvim')
Plugin 'Shougo/deoplete.nvim' Plugin 'Shougo/deoplete.nvim'
Plugin 'Shougo/deoplete-clangx'
Plugin 'wokalski/autocomplete-flow'
Plugin 'deoplete-plugins/deoplete-jedi'
else else
Plugin 'ajh17/VimCompletesMe' Plugin 'ajh17/VimCompletesMe'
endif endif