summaryrefslogblamecommitdiff
path: root/.vim/vimrc_files/vundle.vim
blob: c35d77db4d838431e476b3b8bb46154fc0e46d77 (plain) (tree)
1
2
3
4
5


                                         

                                                                       












                                              

                          

                                                                            
 


                                
                          
" dotfiles -- .vim/vimrc_files/vundle.vim
" author: johannst

" to install plugins open vim and run :PluginInstall from within vim OR
" vim +PluginInstall +qall from cmd line

filetype off         " necessary for vundle!!!
set rtp+=~/.vim/bundle/Vundle.vim

call vundle#begin()

Plugin 'VundleVim/Vundle.vim'
Plugin 'jlanzarotta/bufexplorer'


Plugin 'vim-airline/vim-airline'
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'

"Plugin 'vim-scripts/Conque-GDB'
Plugin 'tpope/vim-dispatch'

call vundle#end()