From 99d838dc832392a2a20eb959ba724246b2106091 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 3 Dec 2019 11:32:03 +0100 Subject: [PATCH] vim: added more plugins for deoplete, updated Vundle --- .vim/bundle/Vundle.vim | 2 +- .vimrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.vim/bundle/Vundle.vim b/.vim/bundle/Vundle.vim index 9a38216..b255382 160000 --- a/.vim/bundle/Vundle.vim +++ b/.vim/bundle/Vundle.vim @@ -1 +1 @@ -Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d +Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95 diff --git a/.vimrc b/.vimrc index f8502f9..cc75390 100644 --- a/.vimrc +++ b/.vimrc @@ -23,6 +23,9 @@ call vundle#begin() Plugin 'Xuyuanp/nerdtree-git-plugin' if has('nvim') Plugin 'Shougo/deoplete.nvim' + Plugin 'Shougo/deoplete-clangx' + Plugin 'wokalski/autocomplete-flow' + Plugin 'deoplete-plugins/deoplete-jedi' else Plugin 'ajh17/VimCompletesMe' endif