diff options
author | Blubber <f2005278@mvrht.com> | 2016-10-11 23:37:37 +0200 |
---|---|---|
committer | Blubber <f2005278@mvrht.com> | 2016-10-11 23:37:37 +0200 |
commit | 7e7256d1dc22619373271ff12ff677e3b11067dc (patch) | |
tree | 3c4f5ff090fce5c08e11dec8f091f1168b478c78 /.vim/vimrc_files/vundle.vim | |
parent | 3c2961a0d7c16407428b1f8bdae3f9810ebf2049 (diff) | |
download | dotfiles-7e7256d1dc22619373271ff12ff677e3b11067dc.tar.gz dotfiles-7e7256d1dc22619373271ff12ff677e3b11067dc.zip |
merged git files into vimrc and added markers
Diffstat (limited to '.vim/vimrc_files/vundle.vim')
-rw-r--r-- | .vim/vimrc_files/vundle.vim | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.vim/vimrc_files/vundle.vim b/.vim/vimrc_files/vundle.vim deleted file mode 100644 index 6b8b21a..0000000 --- a/.vim/vimrc_files/vundle.vim +++ /dev/null @@ -1,26 +0,0 @@ -" 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' - -Plugin 'kien/ctrlp.vim' - -" c++ modifief headers: http://www.vim.org/scripts/script.php?script_id=2358 -"Plugin 'vim-scripts/OmniCppComplete' - -call vundle#end() |