diff options
author | johannst <stoelp@eit.uni-kl.de> | 2016-07-17 22:06:11 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2016-07-17 22:06:11 +0200 |
commit | 223ea8f5199aef6b7c6b771c4448282288f18d9b (patch) | |
tree | d3306ece2f782c84a29ab5c838ff8a37c3314331 /.vim/vimrc_files/vundle.vim | |
parent | dc01638ea52980c64642bdd992dcc05bc3a4aab1 (diff) | |
download | dotfiles-223ea8f5199aef6b7c6b771c4448282288f18d9b.tar.gz dotfiles-223ea8f5199aef6b7c6b771c4448282288f18d9b.zip |
Added vim omnicppcompleten suppoert
Diffstat (limited to '.vim/vimrc_files/vundle.vim')
-rw-r--r-- | .vim/vimrc_files/vundle.vim | 2 |
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() |