diff --git a/.vim/startup/vundle_vimrc b/.vim/startup/vundle_vimrc index fb9064f..69c4055 100644 --- a/.vim/startup/vundle_vimrc +++ b/.vim/startup/vundle_vimrc @@ -19,7 +19,7 @@ Plugin 'VundleVim/Vundle.vim' " Keep Plugin commands between vundle#begin/end. " plugin on GitHub repo Plugin 'tpope/vim-fugitive' -Plugin 'vim-perl/vim-perl' +" Plugin 'vim-perl/vim-perl' Plugin 'godlygeek/tabular' Plugin 'plasticboy/vim-markdown' Plugin 'scrooloose/nerdtree' @@ -38,6 +38,7 @@ Plugin 'WolfgangMehner/vim-plugins' " plugin from http://vim-scripts.org/vim/scripts.html Plugin 'L9' Plugin 'perl-support.vim' +Plugin 'christoomey/vim-tmux-navigator' " Git plugin not hosted on GitHub Plugin 'git://git.wincent.com/command-t.git'