summaryrefslogtreecommitdiff
path: root/.vim/vimrc_files/vundle.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/vimrc_files/vundle.vim')
-rw-r--r--.vim/vimrc_files/vundle.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/vimrc_files/vundle.vim b/.vim/vimrc_files/vundle.vim
index 17d5786..b540ef0 100644
--- a/.vim/vimrc_files/vundle.vim
+++ b/.vim/vimrc_files/vundle.vim
@@ -17,5 +17,7 @@ Plugin 'vim-airline/vim-airline-themes'
Plugin 'majutsushi/tagbar'
+" c++ modifief headers: http://www.vim.org/scripts/script.php?script_id=2358
+Plugin 'vim-scripts/OmniCppComplete'
call vundle#end()