diff options
author | Johannes Stolp <jstolp@vgfr65cs1.internal.synopsys.com> | 2016-07-12 20:19:32 +0200 |
---|---|---|
committer | Johannes Stolp <jstolp@vgfr65cs1.internal.synopsys.com> | 2016-07-12 20:19:32 +0200 |
commit | 6a2299df8c0c8cb97be883f0e1dd0c8c7cf7a2ff (patch) | |
tree | c180153f8ffe3b1109e7f7032d73e2ea8dd32abd /.vim/vimrc_files/vundle.vim | |
parent | 9afd3dbc4c5236bdc2a93d63ebb68d918e03af86 (diff) | |
download | dotfiles-6a2299df8c0c8cb97be883f0e1dd0c8c7cf7a2ff.tar.gz dotfiles-6a2299df8c0c8cb97be883f0e1dd0c8c7cf7a2ff.zip |
added tmux config file
added tagbar support for vim
Diffstat (limited to '.vim/vimrc_files/vundle.vim')
-rw-r--r-- | .vim/vimrc_files/vundle.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/vimrc_files/vundle.vim b/.vim/vimrc_files/vundle.vim index 4e7092e..17d5786 100644 --- a/.vim/vimrc_files/vundle.vim +++ b/.vim/vimrc_files/vundle.vim @@ -15,4 +15,7 @@ Plugin 'jlanzarotta/bufexplorer' Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes' +Plugin 'majutsushi/tagbar' + + call vundle#end() |